DriveVehicleFamilyPricing
extends Model
Table of Contents
-
$avg
: int
-
$created_at
: string
-
$id
: int
-
$max
: int
-
$min
: int
-
$updated_at
: string
-
$year
: int
-
$fillable
: array<string|int, mixed>
-
$table
: string
-
driveVehicleFamily()
: HasOneThrough
-
redbookVehicleFamily()
: HasOneThrough
$avg
public
int
$avg
$created_at
public
string
$created_at
$id
public
int
$id
$max
public
int
$max
$min
public
int
$min
$updated_at
public
string
$updated_at
$year
public
int
$year
$fillable
protected
array<string|int, mixed>
$fillable
= ['min', 'avg', 'max', 'year']
$table
protected
string
$table
= 'drive_vehicle_family_pricing'
driveVehicleFamily()
public
driveVehicleFamily() : HasOneThrough
Return values
HasOneThrough
—
redbookVehicleFamily()
public
redbookVehicleFamily() : HasOneThrough
Return values
HasOneThrough
—