Skip to content

Commit 6fb38fb

Browse files
committed
wip
1 parent 27f65d3 commit 6fb38fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Eloquent/Models/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function guardName(): string
6262
return config('auth.defaults.guard', 'web');
6363
}
6464

65-
public function getDefaultGuardName(): string
65+
protected function getDefaultGuardName(): string
6666
{
6767
return $this->guardName();
6868
}

0 commit comments

Comments
 (0)