diff --git a/routing/external_resources.rst b/routing/external_resources.rst index 478c71464a6..457cd56f316 100644 --- a/routing/external_resources.rst +++ b/routing/external_resources.rst @@ -98,7 +98,7 @@ suppose you want to prefix all routes in the AppBundle with ``/site`` (e.g. .. code-block:: php-annotations - use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; + use Symfony\Component\Routing\Annotation\Route; /** * @Route("/site")