Skip to content

Commit 37a3de4

Browse files
committed
wip
1 parent 34170f4 commit 37a3de4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Web/Documentation/ChapterController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ public function index(): Redirect
4646
->toString();
4747

4848
return new Redirect(uri(
49-
[self::class, '__invoke'],
50-
version: $version,
49+
[self::class, 'default'],
5150
category: $category,
5251
slug: $slug,
5352
));

0 commit comments

Comments
 (0)