mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-10 06:00:45 +00:00
Update CollectionController, fix showCollection signature
This commit is contained in:
parent
92d8df9116
commit
4e1dd59992
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class CollectionController extends Controller
|
|||
return view('collection.create', compact('collection'));
|
||||
}
|
||||
|
||||
public function show(Request $request, int $id)
|
||||
public function show(Request $request, $id)
|
||||
{
|
||||
$user = $request->user();
|
||||
$collection = CollectionService::getCollection($id);
|
||||
|
|
Loading…
Reference in a new issue