fix sf4 deprecated: remove sensio_framework messages

This commit is contained in:
Tchama 2020-07-23 15:21:14 +02:00
parent 87e5550279
commit 9573f44001

View File

@ -4,7 +4,7 @@ namespace Chill\TaskBundle\Controller;
use Chill\PersonBundle\Privacy\PrivacyEvent;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Symfony\Component\Routing\Annotation\Route;
use Doctrine\ORM\EntityManager;
use Chill\PersonBundle\Entity\Person;
use Symfony\Component\HttpFoundation\Request;