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 e0a4a9d commit 3ab2420Copy full SHA for 3ab2420
src/Illuminate/Support/Facades/Session.php
@@ -8,7 +8,7 @@
8
* @method static int defaultRouteBlockLockSeconds()
9
* @method static int defaultRouteBlockWaitSeconds()
10
* @method static array getSessionConfig()
11
- * @method static string getDefaultDriver()
+ * @method static string|null getDefaultDriver()
12
* @method static void setDefaultDriver(string $name)
13
* @method static mixed driver(string|null $driver = null)
14
* @method static \Illuminate\Session\SessionManager extend(string $driver, \Closure $callback)
0 commit comments