From 9e5a4e5f89112093a7bd9ee806473914676c51af Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 1 Aug 2020 13:53:46 +0100 Subject: [PATCH] wip --- app/Models/IncidentUpdate.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/IncidentUpdate.php b/app/Models/IncidentUpdate.php index 1db830b6..0591a248 100644 --- a/app/Models/IncidentUpdate.php +++ b/app/Models/IncidentUpdate.php @@ -26,6 +26,7 @@ class IncidentUpdate extends Model implements HasPresenter { use SortableTrait; use ValidatingTrait; + /** * The attributes that should be casted to native types. *