ShuttleLimoTaxiTransitAirportflyer
extends Model
in package
uses
HasFactory
Shuttle Limo Taxi Transit Airport Flyer Model
This model manages combined transportation services including shuttles, limousines, taxis, and transit services for airports. It stores comprehensive details about transportation companies, contact information, and service types for airport connectivity.
Tags
Table of Contents
Properties
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
Methods
- __construct() : void
- Create a new ShuttleLimoTaxiTransitAirportflyer model instance.
Properties
$fillable
The attributes that are mass assignable.
protected
array<string|int, string>
$fillable
= ['id', 'company_id', 'company_name', 'description', 'phone', 'email', 'url', 'address', 'city', 'state', 'zip', 'airport_name', 'loc_id', 'source', 'service_type', 'airport_id', 'created_at', 'updated_at']
Methods
__construct()
Create a new ShuttleLimoTaxiTransitAirportflyer model instance.
public
__construct() : void
Sets the table name from configuration constants.