Task 7 - update forbidden field

This commit is contained in:
PovilasKorop
2021-11-29 15:31:28 +02:00
parent ccb91e35fb
commit ce6827fab8
7 changed files with 109 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ class User extends Authenticatable
'name',
'email',
'password',
'is_admin',
];
/**