Skip to content

Commit bfeb600

Browse files
royklutmanjaviereguiluz
authored andcommitted
Update external_resources.rst
Updated because SensioFrameworkExtraBundle's routing annotations have been deprecated.
1 parent b3d09fb commit bfeb600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing/external_resources.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ suppose you want to prefix all routes in the AppBundle with ``/site`` (e.g.
9898

9999
.. code-block:: php-annotations
100100
101-
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
101+
use Symfony\Component\Routing\Annotation\Route;
102102
103103
/**
104104
* @Route("/site")

0 commit comments

Comments
 (0)