Skip to content

Commit

Permalink
siwtch
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Oct 3, 2023
1 parent 23dbe97 commit fea5da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/pages/[post].blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use App\Models\Post;
use App\Models\Ad;
render(function(Post $post, View $view) {
render(function(View $view, Post $post) {
$ad = Ad::getForCurrentPage();
abort_unless($post->shouldShow(), 404);
Expand Down

0 comments on commit fea5da2

Please sign in to comment.