1
0
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:
sycjam 2020-05-26 22:07:09 +01:00 committed by GitHub
parent d024af1789
commit a212cb0d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
*/