add file model
This commit is contained in:
parent
53037d26af
commit
acf701da70
10 changed files with 96 additions and 9 deletions
|
@ -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 = [];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue