File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Resources/skeleton/controller Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Bundle \MakerBundle \Maker ;
1313
14- use Sensio \ Bundle \ FrameworkExtraBundle \ Configuration \Route ;
14+ use Symfony \ Component \ Routing \ Annotation \Route ;
1515use Symfony \Bundle \MakerBundle \ConsoleStyle ;
1616use Symfony \Bundle \MakerBundle \DependencyBuilder ;
1717use Symfony \Bundle \MakerBundle \InputConfiguration ;
Original file line number Diff line number Diff line change 22
33namespace App\Controller;
44
5- use Sensio\Bundle\FrameworkExtraBundle\Configuration \Route;
5+ use Symfony\Component\Routing\Annotation \Route;
66use Symfony\Bundle\FrameworkBundle\Controller\Controller;
77use Symfony\Component\HttpFoundation\Response;
88
Original file line number Diff line number Diff line change 22
33namespace App\Controller;
44
5- use Sensio\Bundle\FrameworkExtraBundle\Configuration \Route;
5+ use Symfony\Component\Routing\Annotation \Route;
66use Symfony\Bundle\FrameworkBundle\Controller\Controller;
77use Symfony\Component\HttpFoundation\Response;
88
You can’t perform that action at this time.
0 commit comments