We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
imagine.xml
1 parent 1b43e2e commit ca89755Copy full SHA for ca89755
3 files changed
DependencyInjection/LiipImagineExtension.php
@@ -85,7 +85,7 @@ public function load(array $configs, ContainerBuilder $container): void
85
86
$phpLoader = new PhpFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
87
$loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
88
- $loader->load('imagine.xml');
+ $phpLoader->load('imagine.php');
89
90
if ('none' !== $config['twig']['mode']) {
91
$this->loadTwig($config['twig'], $loader, $container);
0 commit comments