mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-29 05:26:13 +00:00
Fix path to services.php.
This commit is contained in:
parent
eb65eb69c6
commit
9702ee534b
@ -24,7 +24,7 @@ final class ChillWopiExtension extends Extension
|
|||||||
$this->processConfiguration(new Configuration(), $configs)
|
$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');
|
$loader->load('services.php');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user