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.
1 parent d1f0590 commit 6a84dcfCopy full SHA for 6a84dcf
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