rmove extra role columns

This commit is contained in:
2025-05-07 13:41:10 +03:30
parent ee943dd76f
commit d9ee1ca351
4 changed files with 3 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ class User extends Authenticatable
protected $guarded = [];
protected $hidden = ['password'];
protected $hidden = ['password', 'pivot'];
public string $guard_name = 'web';
public function storeFile($file, $name)