Fix attribute type for PIREP status

This commit is contained in:
Nabeel Shahzad 2020-08-12 22:02:20 -04:00
parent ee6982f558
commit e5ed66b372

View File

@ -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