Drive Manifold

RedbookCipher extends Model
in package

Table of Contents

$cipher  : string
$created_at  : Carbon
$date  : Carbon
$id  : int
$month  : int
$updated_at  : Carbon
$year  : int
$casts  : array<string|int, string>
$fillable  : array<string|int, mixed>

Properties

$casts

protected array<string|int, string> $casts = ['date' => 'date:Y-m-d']

$fillable

protected array<string|int, mixed> $fillable = ['date', 'cipher', 'year', 'month']

Search results