mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix: Fix services definitions.
This commit is contained in:
parent
aaf5e0e601
commit
c2c2f5d53a
@ -25,10 +25,6 @@ return static function (ContainerConfigurator $container) {
|
||||
$services
|
||||
->load('Chill\\WopiBundle\\Service\\', __DIR__ . '/../../Service');
|
||||
|
||||
$services
|
||||
->load('Chill\\WopiBundle\\Controller\\', __DIR__ . '/../../Controller')
|
||||
->tag('controller.service_arguments');
|
||||
|
||||
$services
|
||||
->alias(WopiInterface::class, ChillWopi::class);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user