Search
This commit is contained in:
@@ -8,6 +8,18 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
|
||||
|
||||
class Comic extends Model
|
||||
{
|
||||
|
||||
protected $fillable = [
|
||||
'pathword',
|
||||
'uuid',
|
||||
'name',
|
||||
'alias',
|
||||
'description',
|
||||
'cover',
|
||||
'upstream_updated_at',
|
||||
'metadata',
|
||||
];
|
||||
|
||||
protected function casts(): array
|
||||
{
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user