fix sf4 deprecated: remove sensio_framework messages

This commit is contained in:
Tchama 2020-07-23 15:21:14 +02:00
parent 0db13ef9bb
commit ed22551313

View File

@ -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;