mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
fix sf4 deprecated: remove sensio_framework messages
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user