Skip to content

Commit

Permalink
fix: subscription latest videos
Browse files Browse the repository at this point in the history
  • Loading branch information
abourtnik committed Jan 16, 2024
1 parent b9660c3 commit cff3177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/SubscriptionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function index(): View
->active()
->with('user')
->withCount('views')
->latest()
->latest('publication_date')
->get()
]);
} else {
Expand Down

0 comments on commit cff3177

Please sign in to comment.