Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Oct 28, 2021
1 parent 72cf76a commit bb22d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/MySetupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class MySetupController
{
public function __invoke()
{
$post = Post::find('1844');
$post = Post::find('2119');

return view('front.posts.show', compact('post'));
}
Expand Down

0 comments on commit bb22d7a

Please sign in to comment.