rmove extra role columns
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user