Hub
extends Model
in package
uses
HasFactory
Hub Model
This model represents airport hubs in the system. Hubs are major connection points for airlines and serve as central locations for flight operations and passenger connections.
Table of Contents
Properties
- $fillable : mixed
Methods
- __construct() : void
- Create a new Hub model instance.
Properties
$fillable
protected
mixed
$fillable
= ['id', 'hub']
Methods
__construct()
Create a new Hub model instance.
public
__construct() : void
Sets the table name from configuration constants.