Skip to content

Commit ca89755

Browse files
committed
Migrate imagine.xml config to php format
1 parent 1b43e2e commit ca89755

3 files changed

Lines changed: 576 additions & 461 deletions

File tree

DependencyInjection/LiipImagineExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function load(array $configs, ContainerBuilder $container): void
8585

8686
$phpLoader = new PhpFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
8787
$loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
88-
$loader->load('imagine.xml');
88+
$phpLoader->load('imagine.php');
8989

9090
if ('none' !== $config['twig']['mode']) {
9191
$this->loadTwig($config['twig'], $loader, $container);

0 commit comments

Comments
 (0)