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 daf923d commit a745569Copy full SHA for a745569
src/NativeSessionServiceProvider.php
@@ -19,8 +19,9 @@ public function register()
19
return $app->make(NativeSessionGuard::class);
20
});
21
22
- $this->app->bind(SessionRetriever::class, function () {
+ $this->app->singleton(SessionRetriever::class, function () {
23
$config = $this->app->make(Repository::class);
24
+
25
$path = $config->get('auth.guards.php.storage');
26
27
$domain = $config->get('auth.guards.php.domain');
0 commit comments