diff --git a/app/Models/Flight.php b/app/Models/Flight.php index 3bd643a8..d0b5d55f 100644 --- a/app/Models/Flight.php +++ b/app/Models/Flight.php @@ -41,7 +41,7 @@ class Flight extends Model */ protected $casts = [ - 'flight_number' => 'string', + 'flight_number' => 'integer', 'route_code' => 'string', 'route_leg' => 'string', 'route' => 'string',