diff --git a/app/Models/Incident.php b/app/Models/Incident.php index 93b4be67..728c6085 100644 --- a/app/Models/Incident.php +++ b/app/Models/Incident.php @@ -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', ];