use auth web

This commit is contained in:
2025-05-07 15:08:36 +03:30
parent 6995377b6f
commit f0e809996b
9 changed files with 15 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ class User extends Authenticatable
{
use HasFactory, Notifiable, HasRoles;
protected $guarded = ['id'];
protected $guarded = [];
protected $hidden = ['password', 'pivot'];
public string $guard_name = 'web';