mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
register the external share mount provider
This commit is contained in:
parent
76a528e511
commit
a0c9dc2986
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ class Application extends App {
|
|||
$server = $this->getContainer()->query('ServerContainer');
|
||||
$mountProviderCollection = $server->getMountProviderCollection();
|
||||
$mountProviderCollection->registerProvider($this->getContainer()->query('MountProvider'));
|
||||
$mountProviderCollection->registerProvider($this->getContainer()->query('ExternalManager'));
|
||||
}
|
||||
|
||||
public function setupPropagation() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue