diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2018-11-01 19:14:58 +0100 |
---|---|---|
committer | Maxence Lange <maxence@artificial-owl.com> | 2018-11-01 19:14:58 +0100 |
commit | 1e2d19ae0d5497c5f13813277b5ab01cec44bbc0 (patch) | |
tree | 074629533477577ca8f1c81668b7e3e13d307cef /lib | |
parent | 35a7ea869e4d63761e4a11c3d96a77a6a5e3418f (diff) | |
download | nextcloud-server-1e2d19ae0d5497c5f13813277b5ab01cec44bbc0.tar.gz nextcloud-server-1e2d19ae0d5497c5f13813277b5ab01cec44bbc0.zip |
fix path
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/Server.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Server.php b/lib/private/Server.php index ceecd059df2..204345708b9 100644 --- a/lib/private/Server.php +++ b/lib/private/Server.php @@ -1185,7 +1185,7 @@ class Server extends ServerContainer implements IServerContainer { return new StorageFactory(); }); - $this->registerAlias(IDashboardManager::class, Dashboard\DashboardManager::class); + $this->registerAlias(IDashboardManager::class, DashboardManager::class); $this->registerAlias(IFullTextSearchManager::class, FullTextSearchManager::class); $this->connectDispatcher(); |