diff --git a/page_creation.rst b/page_creation.rst index a7d6e84c199..c7cdb533c3a 100644 --- a/page_creation.rst +++ b/page_creation.rst @@ -104,7 +104,7 @@ You can now add your route directly *above* the controller: // src/Controller/LuckyController.php // ... - + use Symfony\Component\Routing\Annotation\Route; + use Symfony\Component\Routing\Annotation\Route; class LuckyController {