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 9b66c96 commit 620c42fCopy full SHA for 620c42f
src/Totem.php
@@ -18,7 +18,7 @@ class Totem
18
*
19
* @var Closure
20
*/
21
- public static Closure $authUsing;
+ public static ?Closure $authUsing = null;
22
23
/**
24
* Determine if the given request can access the Totem dashboard.
0 commit comments