Lavet contact create controller
This commit is contained in:
@@ -6,5 +6,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Contact extends Model
|
||||
{
|
||||
//
|
||||
protected $fillable = [
|
||||
'monday', "tuesday", 'wednesday', 'thursday', "friday", "saturday", "sunday"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user