8000 minor #9981 Update scheme.rst (deprecated SensioFrameworkExtraBundle'… · symfony/symfony-docs@2552091 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2552091

Browse files
committed
minor #9981 Update scheme.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 #9981). Discussion ---------- Update scheme.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 ------- b7470b9 Update scheme.rst
2 parents 0944c6d + b7470b9 commit 2552091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing/scheme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ the URI scheme via schemes:
1616
namespace AppBundle\Controller;
1717
1818
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
19-
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
19+
use Symfony\Component\Routing\Annotation\Route;
2020
2121
class MainController extends Controller
2222
{

0 commit comments

Comments
 (0)
0