mirror of
https://github.com/anikeen-com/id.git
synced 2026-03-13 21:56:14 +00:00
@@ -43,7 +43,7 @@ class AnikeenIdServiceProvider extends ServiceProvider
|
||||
protected function registerGuard(): void
|
||||
{
|
||||
Auth::resolved(function ($auth) {
|
||||
$auth->extend('anikeen-id', function ($app, $name, array $config) {
|
||||
$auth->extend('anikeen', function ($app, $name, array $config) {
|
||||
return tap($this->makeGuard($config), function ($guard) {
|
||||
$this->app->refresh('request', $guard, 'setRequest');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user