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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-01-12 16:17:31 +0300
committerRobin Appelman <robin@icewind.nl>2017-01-12 16:17:31 +0300
commitbf58dcfd3444cda9e7393a915cdad7e7d9d48d5c (patch)
tree42b85fd10408af8ea57e35bb95e529b55bacab05 /lib/AppInfo
parent1a4263a5be4e63ead0c12a04ee8ae716555af0d9 (diff)
dont try to use removed getDB
Diffstat (limited to 'lib/AppInfo')
-rw-r--r--lib/AppInfo/Application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 55e6b94..c06bb15 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -118,7 +118,7 @@ class Application extends App
$container->registerService('LiveQueueMapper', function ($c) {
return new LiveQueueMapper($c->query('ServerContainer')
- ->getDb());
+ ->getDatabaseConnection());
});
$container->registerService('FilesEvents', function ($c) {