Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntipkin-A <Artem.Antipkin@onlyoffice.com>2022-08-01 12:45:41 +0300
committerAntipkin-A <Artem.Antipkin@onlyoffice.com>2022-08-01 12:45:41 +0300
commit5cf475c7c480f9c9c027f7e6494c7985942e011d (patch)
tree183e57ac9a5ed626f39ca11c515629605a2cdc70 /appinfo
parentad082fbba4fd5fc3a498743df37a4b8dc3846612 (diff)
lock/unlock to callbackfeature/lock-nc24
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/application.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/application.php b/appinfo/application.php
index cd6de61..25487b8 100644
--- a/appinfo/application.php
+++ b/appinfo/application.php
@@ -216,7 +216,8 @@ class Application extends App implements IBootstrap {
$c->get("Logger"),
$this->appConfig,
$this->crypt,
- $c->get("IManager")
+ $c->get("IManager"),
+ $c->get(ILockManager::class)
);
});