mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 22:46:13 +00:00
Revert "fix: Fix services definitions."
This reverts commit 3599508a3be8a3190ac2acb9af0a207fd2ad3d83.
This commit is contained in:
parent
60328032d8
commit
0a183c8cfc
@ -25,6 +25,10 @@ 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