You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround is to use $request = Injector::inst()->get(HTTPRequest::class). We should probably pass that global request instance through when we create the controller here:
Workaround is to use
$request = Injector::inst()->get(HTTPRequest::class)
. We should probably pass that global request instance through when we create the controller here:silverstripe-elemental/src/Models/BaseElement.php
Lines 463 to 464 in db9650c
The text was updated successfully, but these errors were encountered: