LimoTaxiDetails
extends Model
in package
uses
HasFactory
Limo Taxi Details Model
This model manages limousine and taxi service information for airports. It stores details about limo and taxi companies, their contact information, and services available at different airports with country information.
Table of Contents
Properties
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
Methods
- __construct() : void
- Create a new LimoTaxiDetails model instance.
Properties
$fillable
The attributes that are mass assignable.
protected
array<string|int, string>
$fillable
= ['id', 'airport_name', 'airport_code', 'city', 'state', 'zip_code', 'company_name', 'description', 'company_address', 'company_phone1', 'company_phone2', 'company_phone3', 'company_phone4', 'company_link', 'airport_id', 'created_by', 'updated_by', 'created_at', 'updated_at', 'company_type', 'email', 'country']
Methods
__construct()
Create a new LimoTaxiDetails model instance.
public
__construct() : void
Sets the table name from configuration constants.