diff --git a/app/Models/Event.php b/app/Models/Event.php index b4feeef..25cf5b2 100644 --- a/app/Models/Event.php +++ b/app/Models/Event.php @@ -11,6 +11,7 @@ class Event extends Model protected $fillable = [ "name", "description", + "event_photo_path", 'start', 'end', ];