PIREP tests working, using minutes to track flight hours instead of seconds
This commit is contained in:
@@ -47,6 +47,7 @@ class Pirep extends Model
|
||||
* @var array
|
||||
*/
|
||||
protected $casts = [
|
||||
'id' => 'string',
|
||||
'flight_time' => 'integer',
|
||||
'level' => 'integer',
|
||||
'fuel_used' => 'integer',
|
||||
|
||||
Reference in New Issue
Block a user