add event_photo_path attribut to Event model
This commit is contained in:
@@ -11,6 +11,7 @@ class Event extends Model
|
|||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
"name",
|
"name",
|
||||||
"description",
|
"description",
|
||||||
|
"event_photo_path",
|
||||||
'start',
|
'start',
|
||||||
'end',
|
'end',
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user