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