diff --git a/app/Models/Incident.php b/app/Models/Incident.php index d426aa41..c9be0e91 100644 --- a/app/Models/Incident.php +++ b/app/Models/Incident.php @@ -74,6 +74,8 @@ class Incident extends Model implements HasPresenter * @var string[] */ protected $casts = [ + 'component_id'=> 'int', + 'status' => 'int', 'user_id' => 'int', 'visible' => 'int', 'stickied' => 'bool',