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 b3d09fb commit bfeb600Copy full SHA for bfeb600
routing/external_resources.rst
@@ -98,7 +98,7 @@ suppose you want to prefix all routes in the AppBundle with ``/site`` (e.g.
98
99
.. code-block:: php-annotations
100
101
- use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
+ use Symfony\Component\Routing\Annotation\Route;
102
103
/**
104
* @Route("/site")
0 commit comments