mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Directly use the class to get the service
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
6332d7c0b3
commit
685d7b0637
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class Application extends App {
|
|||
return new \OCA\Files_Sharing\External\MountProvider(
|
||||
$server->getDatabaseConnection(),
|
||||
function () use ($c) {
|
||||
return $c->query('ExternalManager');
|
||||
return $c->query(Manager::class);
|
||||
},
|
||||
$server->getCloudIdManager()
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue