ikd kev
This commit is contained in:
@@ -7,6 +7,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Contact extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'monday', "tuesday", 'wednesday', 'thursday', "friday", "saturday", "sunday"
|
||||
'name_first', "name_last", 'email', 'tel'
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user