fix typo
This commit is contained in:
parent
7ee5cce817
commit
ccb3818da4
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue