another one

This commit is contained in:
2018-10-15 22:19:14 -05:00
parent d870e5cc95
commit 717e78bc4c
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -29,4 +29,6 @@ class User extends Authenticatable
protected $hidden = [
'password', 'remember_token',
];
protected $guarded = [];
}