This commit is contained in:
DariusIII
2024-02-18 23:08:04 +01:00
parent 370402b635
commit 2ff3808beb
2 changed files with 4 additions and 2 deletions
+4 -1
View File
@@ -198,7 +198,10 @@ class User extends Authenticatable
*/
protected $guarded = [];
protected function getDefaultGuardName() : string{ return 'web'; }
protected function getDefaultGuardName(): string
{
return 'web';
}
public function role(): BelongsTo
{