diff --git a/app/Event.php b/app/Event.php index 9369a8c..4b1153a 100644 --- a/app/Event.php +++ b/app/Event.php @@ -13,7 +13,7 @@ class Event extends Model * @var array */ protected $fillable = [ - 'eid', 'name', 'slug', 'begin', 'end', 'pre_begin', 'post_end' + 'eid', 'name', 'slug', 'start', 'end', 'pre_start', 'post_end' ]; /**