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 = [
|
protected $casts = [
|
||||||
'visible' => 'int',
|
'visible' => 'int',
|
||||||
'stickied' => 'bool',
|
'stickied' => 'bool',
|
||||||
'occurred_at' => 'date',
|
'occurred_at' => 'datetime',
|
||||||
'deleted_at' => 'date',
|
'deleted_at' => 'date',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user