fix sf4 deprecated: remove sensio_framework messages

This commit is contained in:
Tchama 2020-07-23 15:21:14 +02:00
parent 1d8f72bc14
commit 97d3afba9b

View File

@ -3,7 +3,7 @@
namespace Chill\PersonBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Symfony\Component\Routing\Annotation\Route;
class AdminController extends Controller
{