We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8833c5c + 6a84dcf commit c18df43Copy full SHA for c18df43
stubs/crud-request.stub
@@ -15,7 +15,7 @@ class DummyClassRequest extends FormRequest
15
public function authorize()
16
{
17
// only allow updates if the user is logged in
18
- return \Auth::check();
+ return backpack_auth()->check();
19
}
20
21
/**
0 commit comments