v0.8.1 - Started adding user profile pic
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user