mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Fix path to services.php.
This commit is contained in:
parent
3c888238c5
commit
24b675ce97
@ -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