We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0944c6d commit b7470b9Copy full SHA for b7470b9
routing/scheme.rst
@@ -16,7 +16,7 @@ the URI scheme via schemes:
16
namespace AppBundle\Controller;
17
18
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
19
- use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
+ use Symfony\Component\Routing\Annotation\Route;
20
21
class MainController extends Controller
22
{
0 commit comments