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