This commit is contained in:
tanch0
2024-06-20 18:07:40 +05:45
parent adfc826e9c
commit 5b3c44aa33
10 changed files with 135 additions and 90 deletions

View File

@ -21,6 +21,7 @@ class User extends Authenticatable
protected $fillable = [
'name',
'email',
'phone',
'username',
'password',
];