mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Revert "fix: Fix services definitions."
This reverts commit 3599508a3be8a3190ac2acb9af0a207fd2ad3d83.
This commit is contained in:
parent
5bd853d96b
commit
7d74967330
@ -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