This commit is contained in:
User
2024-12-28 22:41:16 -05:00
parent 55414d56a4
commit 2b52f7f15a
8 changed files with 163 additions and 40 deletions

View File

@@ -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 [