diff --git a/Controller/PostalCodeController.php b/Controller/PostalCodeController.php index cd7dd9ace..b68b68ced 100644 --- a/Controller/PostalCodeController.php +++ b/Controller/PostalCodeController.php @@ -21,7 +21,7 @@ namespace Chill\MainBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Symfony\Component\HttpFoundation\Request; -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; +use Symfony\Component\Routing\Annotation\Route; use Chill\MainBundle\Entity\PostalCode; use Symfony\Component\HttpFoundation\JsonResponse; use Chill\MainBundle\Templating\TranslatableStringHelper;