From c955fd705f9d1734dd97b85a47a95c4aab244949 Mon Sep 17 00:00:00 2001 From: Tom Nguyen <7121553+tunggnu@users.noreply.github.com> Date: Thu, 28 Oct 2021 22:11:13 +0700 Subject: [PATCH] Add the missing square bracket for a route --- page_creation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page_creation.rst b/page_creation.rst index cc00e592880..76b892c8455 100644 --- a/page_creation.rst +++ b/page_creation.rst @@ -133,7 +133,7 @@ You can now add your route directly *above* the controller: class LuckyController { - + #[Route('/lucky/number') + + #[Route('/lucky/number')] public function number() { // this looks exactly the same