feat: adds ability for approved users to approve artwork
This commit is contained in:
@@ -55,6 +55,7 @@ class EpisodeController extends Controller
|
||||
->with('artworks')
|
||||
->with('artwork')
|
||||
->with('podcast')
|
||||
->whereNotNull('artworks.approved_by')
|
||||
->firstOrFail();
|
||||
$podcasts = Podcast::where('published', true)->with('episodes', function ($query) {
|
||||
$query->orderBy('episode_number', 'desc');
|
||||
|
||||
Reference in New Issue
Block a user