BlockedVehiclePlateDates extends Model Uses HasFactory
Table of Contents
- $fillable : array<string|int, mixed>
- The attributes that are mass assignable.
- $hidden : array<string|int, mixed>
- The attributes that should be hidden for arrays.
- $table : string
- The table associated with the model.
- plate() : BelongsTo
- Get vehicle plate of the item
Properties
$fillable
The attributes that are mass assignable.
protected
array<string|int, mixed>
$fillable
= ['start_date', 'end_date', 'description']
$hidden
The attributes that should be hidden for arrays.
protected
array<string|int, mixed>
$hidden
= ['vehicle_plate_id', 'created_at', 'updated_at']
$table
The table associated with the model.
protected
string
$table
= "blocked_vehicle_plate_dates"
Methods
plate()
Get vehicle plate of the item
public
plate() : BelongsTo