OwnerType
extends Model
in package
uses
HasFactory
Owner Type Model
This model manages different types of owners in the airport system. It categorizes ownership types for various entities such as airlines, service providers, or facility operators.
Table of Contents
Properties
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
Methods
- __construct() : void
- Create a new OwnerType model instance.
Properties
$fillable
The attributes that are mass assignable.
protected
array<string|int, string>
$fillable
= ['id', 'owner_type']
Methods
__construct()
Create a new OwnerType model instance.
public
__construct() : void
Sets the table name from configuration constants.