Skip to content

Commit 84dd67d

Browse files
committed
Minor tweak
1 parent 37071d4 commit 84dd67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/micro_kernel_trait.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Next, create an ``index.php`` file that defines the kernel class and runs it:
5555
]);
5656
}
5757
58-
#[Route('/random/{limit}', name:'random_number')]
58+
#[Route('/random/{limit}', name: 'random_number')]
5959
public function randomNumber(int $limit): JsonResponse
6060
{
6161
return new JsonResponse([

0 commit comments

Comments
 (0)