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