v0.8.1 - Started adding user profile pic

This commit is contained in:
frederikpyt
2020-08-12 10:46:36 +02:00
parent fb88bfa4c8
commit 55ab591b4e
6 changed files with 56 additions and 12 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class User extends Authenticatable
*/
//protected variable which contains name of database field(s) to be filled.
protected $fillable = [
'name_first', "name_last", 'email', 'password', "phone"
'name_first', "name_last", 'email', 'password', "phone", "resource_id"
];
/**