release
This commit is contained in:
@ -30,6 +30,7 @@ class Event extends Model
|
||||
public $translatable = ['title', 'body', 'venue', 'contact', 'seo_keyword', 'seo_description'];
|
||||
protected $casts = [
|
||||
'post_at' => 'datetime',
|
||||
'event_at' => 'datetime',
|
||||
'photos' => 'array',
|
||||
];
|
||||
/*
|
||||
|
Reference in New Issue
Block a user