Merge pull request #45 from tim260/patch-2

Change flight number to integer
This commit is contained in:
Nabeel Shahzad 2017-07-08 08:04:59 -05:00 committed by GitHub
commit 629371fc0b

View File

@ -41,7 +41,7 @@ class Flight extends Model
*/
protected $casts
= [
'flight_number' => 'string',
'flight_number' => 'integer',
'route_code' => 'string',
'route_leg' => 'string',
'route' => 'string',