Drive Manifold

PayloadVersion extends Model
in package

Table of Contents

$created_at  : string
$driveVehicle  : DriveVehicle
$id  : int
$pushLogs  : array<string|int, PushLog>
$updated_at  : string
$version  : string
$fillable  : array<string|int, mixed>
$keyType  : string
The "type" of the auto-incrementing ID.
driveVehicle()  : BelongsTo
pushLogs()  : HasMany

Properties

$fillable

protected array<string|int, mixed> $fillable = ['version', 'created_at', 'updated_at']

$keyType

The "type" of the auto-incrementing ID.

protected string $keyType = 'integer'

Methods

driveVehicle()

public driveVehicle() : BelongsTo
Return values
BelongsTo

pushLogs()

public pushLogs() : HasMany
Return values
HasMany

Search results