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 49888ee commit 818f0e1Copy full SHA for 818f0e1
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