From e5ed66b372d93ccf24f1ec05e7b45bc43cff7568 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Wed, 12 Aug 2020 22:02:20 -0400 Subject: [PATCH] Fix attribute type for PIREP status --- app/Models/Pirep.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Pirep.php b/app/Models/Pirep.php index 9409d799..1350bd7e 100644 --- a/app/Models/Pirep.php +++ b/app/Models/Pirep.php @@ -43,7 +43,7 @@ use Illuminate\Support\Collection; * @property User user * @property Flight|null flight * @property Collection fields - * @property int status + * @property string status * @property bool state * @property string source * @property Carbon submitted_at