Fixed - Guides
Added - contacts visual (controller coming soon)
This commit is contained in:
@@ -15,6 +15,6 @@ class Contact extends Model
|
||||
{
|
||||
//protected variable which contains name of database field(s) to be filled.
|
||||
protected $fillable = [
|
||||
'contactname', "title", 'email', 'phone'
|
||||
'contactname', "title", 'email', 'phone', 'phonetimes'
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user