ParkingAccessLog
extends Model
in package
uses
HasFactory
Parking Access Log Model
This model manages logging records for parking access operations. It stores log messages and context information for tracking parking access events and system activities.
Table of Contents
Properties
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
Methods
- __construct() : void
- Create a new ParkingAccessLog model instance.
Properties
$fillable
The attributes that are mass assignable.
protected
array<string|int, string>
$fillable
= ['id', 'messege', 'context', 'created_at', 'updated_at']
Methods
__construct()
Create a new ParkingAccessLog model instance.
public
__construct() : void
Sets the table name from configuration constants.