update users

This commit is contained in:
Александр Бабкин
2022-06-24 07:59:00 +03:00
parent 44af0c0be5
commit 4578844d84
5 changed files with 91 additions and 78 deletions

View File

@@ -19,9 +19,11 @@ class User extends Authenticatable
* @var array<int, string>
*/
protected $fillable = [
'username',
'name',
'email',
'password',
'is_admin',
];
/**