summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/private/server.php2
-rw-r--r--lib/public/iservercontainer.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/server.php b/lib/private/server.php
index ca3a17451ac..8b6a0874ab8 100644
--- a/lib/private/server.php
+++ b/lib/private/server.php
@@ -785,7 +785,7 @@ class Server extends SimpleContainer implements IServerContainer {
/**
* @return \OCP\Command\IBus
*/
- function getAsyncCommandBus(){
+ function getCommandBus(){
return $this->query('AsyncCommandBus');
}
diff --git a/lib/public/iservercontainer.php b/lib/public/iservercontainer.php
index 3b73426d9fb..6714a5265f7 100644
--- a/lib/public/iservercontainer.php
+++ b/lib/public/iservercontainer.php
@@ -321,5 +321,5 @@ interface IServerContainer {
/**
* @return \OCP\Command\IBus
*/
- function getAsyncCommandBus();
+ function getCommandBus();
}