Slet roles
This commit is contained in:
parent
9f8cf52008
commit
ed9e6c9d6a
|
@ -21,7 +21,7 @@ class User extends Authenticatable
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
'name_first', "name_last", 'email', 'password', "phone", "roles"
|
'name_first', "name_last", 'email', 'password', "phone"
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue