add file model

This commit is contained in:
j3d1 2019-11-28 04:52:53 +01:00
parent 53037d26af
commit acf701da70
10 changed files with 96 additions and 9 deletions

View file

@ -13,7 +13,7 @@ class Event extends Model
* @var array
*/
protected $fillable = [
'eid', 'name', 'short_name'
'eid', 'name', 'slug', 'begin', 'end', 'pre_begin', 'post_end'
];
/**
@ -22,4 +22,4 @@ class Event extends Model
* @var array
*/
protected $hidden = [];
}
}