LimoDetails
extends Model
in package
uses
HasFactory
Limo Details Model
This model manages limousine service information for airports. It stores details about limo companies, their contact information, and services available at different airports.
Table of Contents
Properties
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
Methods
- __construct() : void
- Create a new LimoDetails 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']
Methods
__construct()
Create a new LimoDetails model instance.
public
__construct() : void
Sets the table name from configuration constants.