feat: prepping launch
This commit is contained in:
@@ -31,6 +31,11 @@ class Episode extends Model
|
||||
return $this->hasOne(Artwork::class, 'id', 'artwork_id');
|
||||
}
|
||||
|
||||
public function artworks()
|
||||
{
|
||||
return $this->hasMany(Artwork::class);
|
||||
}
|
||||
|
||||
public function artist()
|
||||
{
|
||||
return $this->hasOneThrough(Artist::class, Artwork::class);
|
||||
|
||||
Reference in New Issue
Block a user