Fixed - Guides

Added - contacts visual (controller coming soon)
This commit is contained in:
Anders
2020-08-05 09:23:57 +02:00
parent b4634d4933
commit a78e7d90f6
9 changed files with 83 additions and 12 deletions
+1 -1
View File
@@ -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'
];
}