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 27f65d3 commit 6fb38fbCopy full SHA for 6fb38fb
src/Eloquent/Models/User.php
@@ -62,7 +62,7 @@ public function guardName(): string
62
return config('auth.defaults.guard', 'web');
63
}
64
65
- public function getDefaultGuardName(): string
+ protected function getDefaultGuardName(): string
66
{
67
return $this->guardName();
68
0 commit comments