Change flight number to integer
This commit is contained in:
parent
1cbfc5d9cd
commit
acd5da56ce
@ -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