mirror of
https://github.com/devfake/flox.git
synced 2024-11-08 19:32:29 +01:00
Update Episode.php
This commit is contained in:
parent
d024af1789
commit
a212cb0d73
@ -24,6 +24,15 @@
|
||||
*/
|
||||
protected $guarded = ['release_episode_human_format', 'startDate'];
|
||||
|
||||
/**
|
||||
* The attributes that should be cast.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $casts = [
|
||||
'seen' => 'boolean',
|
||||
];
|
||||
|
||||
/**
|
||||
* Accessor for human formatted release date.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user