feat: adding ability to optimize and import older site content.
This commit is contained in:
@@ -21,7 +21,7 @@ class Episode extends Model
|
||||
|
||||
public function artwork()
|
||||
{
|
||||
return $this->hasOne(Artwork::class);
|
||||
return $this->hasOne(Artwork::class, 'id', 'artwork_id');
|
||||
}
|
||||
|
||||
public function artist()
|
||||
|
||||
Reference in New Issue
Block a user