Airport Guide Documentation

ContactEnquiries extends Model
in package
uses HasFactory

Contact Enquiries Model

This model manages contact form enquiries and submissions for the CICMS system. It stores visitor contact information, comments, and enquiry details for customer service and lead management purposes.

Table of Contents

Properties

$fillable  : array<string|int, string>
The attributes that are mass assignable.

Methods

__construct()  : void
Create a new ContactEnquiries model instance.

Properties

$fillable

The attributes that are mass assignable.

protected array<string|int, string> $fillable = ['name', 'email', 'comments', 'date', 'ip_address', 'address', 'type', 'created_by', 'updated_by', 'purpose', 'business']

Methods

__construct()

Create a new ContactEnquiries model instance.

public __construct() : void

Sets the table name from configuration constants.


        
On this page

Search results