From 4a122fe9eddc3886fef21dde271d3d3b84a00162 Mon Sep 17 00:00:00 2001 From: Roy Klutman Date: Sat, 30 Jun 2018 18:37:50 +0200 Subject: [PATCH] Update external_resources.rst Updated because SensioFrameworkExtraBundle's routing annotations have been deprecated. --- routing/external_resources.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")