diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 0ee51c8..3d38cf3 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -10,7 +10,7 @@ namespace IDCI\Bundle\WebPageScreenShotBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; +use Symfony\Component\Routing\Annotation\Route; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use IDCI\Bundle\WebPageScreenShotBundle\Renderer\FileRenderer; @@ -74,4 +74,4 @@ public function getCaptureAction($name) return $response; } -} \ No newline at end of file +}