ServiceType
extends Model
in package
uses
HasFactory
Service Type Model
This model manages different types of services available at airports. It categorizes service types such as transportation, parking, dining, retail, or other airport amenities and facilities.
Table of Contents
Properties
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
Methods
- __construct() : void
- Create a new ServiceType model instance.
Properties
$fillable
The attributes that are mass assignable.
protected
array<string|int, string>
$fillable
= ['id', 'service_type']
Methods
__construct()
Create a new ServiceType model instance.
public
__construct() : void
Sets the table name from configuration constants.