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.
2 parents 0c78e70 + 03bfd79 commit 8f0360cCopy full SHA for 8f0360c
configuration/micro_kernel_trait.rst
@@ -55,7 +55,7 @@ Next, create an ``index.php`` file that defines the kernel class and runs it:
55
]);
56
}
57
58
- #[Route('/random/{limit}', name='random_number')]
+ #[Route('/random/{limit}', name: 'random_number')]
59
public function randomNumber(int $limit): JsonResponse
60
{
61
return new JsonResponse([
0 commit comments