We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24947ae commit 2a8b2feCopy full SHA for 2a8b2fe
create_framework/http_kernel_controller_resolver.rst
@@ -25,7 +25,7 @@ Update the route definition accordingly::
25
$routes->add('leap_year', new Routing\Route('/is_leap_year/{year}', [
26
'year' => null,
27
'_controller' => [new LeapYearController(), 'index'],
28
- )));
+ ]));
29
30
The move is pretty straightforward and makes a lot of sense as soon as you
31
create more pages but you might have noticed a non-desirable side-effect...
0 commit comments