Slet roles

This commit is contained in:
Neerholt 2020-06-30 13:30:01 +02:00
parent 9f8cf52008
commit ed9e6c9d6a
1 changed files with 1 additions and 1 deletions

View File

@ -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"
]; ];
/** /**