mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat: blog post show page
This commit is contained in:
@@ -20,7 +20,6 @@ class PostsController extends Controller
|
||||
|
||||
public function show(Sheet $post)
|
||||
{
|
||||
dd($post);
|
||||
return view('posts.show', compact('post'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user