FSSchedulerMaster
extends Model
in package
uses
HasFactory
Flight Service Scheduler Master Model
This model manages the scheduling and tracking of flight service operations. It handles airport-specific scheduling data including fetch counts and timing.
Tags
Table of Contents
Properties
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
Methods
- __construct() : void
- Create a new FSSchedulerMaster model instance.
Properties
$fillable
The attributes that are mass assignable.
protected
array<string|int, string>
$fillable
= ['id', 'airport_code', 'category_type', 'is_proposed', 'total_count', 'fetched_count', 'last_fetched_time', 'created_at', 'updated_at']
Methods
__construct()
Create a new FSSchedulerMaster model instance.
public
__construct() : void
Sets the table name from configuration constants.