We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6014e commit 5b5082dCopy full SHA for 5b5082d
lib/AppInfo/Application.php
@@ -133,7 +133,7 @@ public function registerMountProvider(IServerContainer $container) {
133
return;
134
}
135
$mountProviderCollection = $container->getMountProviderCollection();
136
- $mountProviderCollection->registerProvider($this->container->query(MountProvider::class));
+ $mountProviderCollection->registerProvider($container->get(MountProvider::class));
137
138
139
0 commit comments