fix sf4 deprecated: remove sensio_framework messages

This commit is contained in:
2020-07-23 15:21:14 +02:00
parent 3d1a12dc8b
commit c69d6d6bb8
2 changed files with 7 additions and 7 deletions

View File

@@ -2315,7 +2315,7 @@ class appDevDebugProjectContainer extends Container
$a = $this->get('file_locator');
$b = $this->get('annotation_reader');
$c = new \Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader($b);
$c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader($b);
$d = new \Symfony\Component\Config\Loader\LoaderResolver();
$d->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($a));