diff --git a/Controller/ThirdPartyController.php b/Controller/ThirdPartyController.php index e5e41b42f..59a56af28 100644 --- a/Controller/ThirdPartyController.php +++ b/Controller/ThirdPartyController.php @@ -3,7 +3,7 @@ namespace Chill\ThirdPartyBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; +use Symfony\Component\Routing\Annotation\Route; use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; use Symfony\Component\HttpFoundation\Request; use Chill\ThirdPartyBundle\Entity\ThirdParty;