<?php namespace AppModels; use IlluminateDatabaseEloquentModel; class Flight extends Model { /** * The primary key associated with the table. * * @var string */ protected $primaryKey = 'flight_id'; }