Merge branch 'master' into dev
This commit is contained in:
commit
45793d3b2f
@ -41,7 +41,7 @@ class Flight extends Model
|
|||||||
*/
|
*/
|
||||||
protected $casts
|
protected $casts
|
||||||
= [
|
= [
|
||||||
'flight_number' => 'string',
|
'flight_number' => 'integer',
|
||||||
'route_code' => 'string',
|
'route_code' => 'string',
|
||||||
'route_leg' => 'string',
|
'route_leg' => 'string',
|
||||||
'route' => 'string',
|
'route' => 'string',
|
||||||
|
Loading…
Reference in New Issue
Block a user