ParkingFaq
extends Model
in package
uses
HasFactory
Parking FAQ Model
This model manages frequently asked questions and answers for parking services. It stores parking-related questions, answers, and content organization for different airports and parking facilities.
Table of Contents
Properties
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
Methods
- __construct() : void
- Create a new ParkingFaq model instance.
Properties
$fillable
The attributes that are mass assignable.
protected
array<string|int, string>
$fillable
= ['id', 'loc_id', 'faq_question', 'faq_answer', 'created_by', 'updated_by', 'created_at', 'updated_at', 'icao_identifier', 'sort_by', 'parking_content', 'type_content']
Methods
__construct()
Create a new ParkingFaq model instance.
public
__construct() : void
Sets the table name from configuration constants.