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 6e135c4 commit e18855aCopy full SHA for e18855a
src/Auth/ServiceProvider.php
@@ -20,9 +20,9 @@ class ServiceProvider extends AuthServiceProvider
20
protected $authManager = null;
21
22
/**
23
- * Boot Guard.
+ * Register Guard.
24
*/
25
- public function boot()
+ public function register()
26
{
27
// gets the auth factory instance and register on provider attribute.
28
$this->authManager = $this->app->make(AuthManager::class);
@@ -63,4 +63,4 @@ protected function getTokenManager()
63
64
return $this->app->make(TokenManager::class);
65
}
66
-}
+}
0 commit comments