RedbookCipher
extends Model
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>
$cipher
public
string
$cipher
$created_at
public
Carbon
$created_at
$date
public
Carbon
$date
$id
public
int
$id
$month
public
int
$month
$updated_at
public
Carbon
$updated_at
$year
public
int
$year
$casts
protected
array<string|int, string>
$casts
= ['date' => 'date:Y-m-d']
$fillable
protected
array<string|int, mixed>
$fillable
= ['date', 'cipher', 'year', 'month']