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

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Api/v1/Circles.php')
-rw-r--r--lib/Api/v1/Circles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Api/v1/Circles.php b/lib/Api/v1/Circles.php
index 294e9433..736f84cc 100644
--- a/lib/Api/v1/Circles.php
+++ b/lib/Api/v1/Circles.php
@@ -49,7 +49,7 @@ class Circles {
const API_VERSION = [0, 10, 0];
protected static function getContainer() {
- $app = new Application();
+ $app = \OC::$server->query(Application::class);
return $app->getContainer();
}