8000 Update scheme.rst · symfony/symfony-docs@b7470b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit b7470b9

Browse files
royklutmanjaviereguiluz
authored andcommitted
Update scheme.rst
Updated because SensioFrameworkExtraBundle's routing annotations have been deprecated.
1 parent 0944c6d commit b7470b9

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