Slet roles

This commit is contained in:
2020-06-30 13:30:01 +02:00
parent 9f8cf52008
commit ed9e6c9d6a
+1 -1
View File
@@ -21,7 +21,7 @@ class User extends Authenticatable
* @var array
*/
protected $fillable = [
'name_first', "name_last", 'email', 'password', "phone", "roles"
'name_first', "name_last", 'email', 'password', "phone"
];
/**