mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Fix path to services.php.
This commit is contained in:
@@ -24,7 +24,7 @@ final class ChillWopiExtension extends Extension
|
||||
$this->processConfiguration(new Configuration(), $configs)
|
||||
);
|
||||
|
||||
$loader = new PhpFileLoader($container, new FileLocator(__DIR__ . '/../Resources'));
|
||||
$loader = new PhpFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
|
||||
$loader->load('services.php');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user