update controllers logic
This commit is contained in:
Executable → Regular
+1
-1
@@ -12,8 +12,8 @@ class EmergencyContact extends BaseModel
|
||||
public $timestamps = true;
|
||||
|
||||
protected $fillable = [
|
||||
'emergency_contact_name',
|
||||
'parent_id',
|
||||
'emergency_contact_name',
|
||||
'cellphone',
|
||||
'email',
|
||||
'relation',
|
||||
|
||||
Reference in New Issue
Block a user