fix sf4 deprecated: remove sensio_framework messages

This commit is contained in:
Tchama 2020-07-23 15:21:14 +02:00
parent ae26f72057
commit 4dc2aefb5b

View File

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