Skip to content

Commit 9e7f553

Browse files
committed
minor #9982 Update external_resources.rst (deprecated SensioFrameworkExtraBundle's routing annotations) (royklutman)
This PR was submitted for the 2.8 branch but it was merged into the 3.4 branch instead (closes #9982). Discussion ---------- Update external_resources.rst (deprecated SensioFrameworkExtraBundle's routing annotations) Updated because SensioFrameworkExtraBundle's routing annotations have been deprecated. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- bfeb600 Update external_resources.rst
2 parents b3d09fb + bfeb600 commit 9e7f553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing/external_resources.rst

Lines changed: 1 addition & 1 deletion
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)