Fixes Date issue with incident dates being incorrect (as only loading out the date, not the time)
This commit is contained in:
@@ -76,7 +76,7 @@ class Incident extends Model implements HasPresenter
|
||||
protected $casts = [
|
||||
'visible' => 'int',
|
||||
'stickied' => 'bool',
|
||||
'occurred_at' => 'date',
|
||||
'occurred_at' => 'datetime',
|
||||
'deleted_at' => 'date',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user