feat: adds ability for approved users to approve artwork
This commit is contained in:
@@ -65,9 +65,9 @@ class User extends Authenticatable
|
||||
return $this->hasManyThrough(Artwork::class, Artist::class);
|
||||
}
|
||||
|
||||
public function episodes()
|
||||
public function selectedForEpisodes()
|
||||
{
|
||||
return $this->hasManyThrough(Episode::class, Artwork::class);
|
||||
return $this->artists()->first()->episodes;
|
||||
}
|
||||
|
||||
public function wallets()
|
||||
|
||||
Reference in New Issue
Block a user