Skip to content
Snippets Groups Projects
Unverified Commit 4e59c6f9 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Remove double registrations

parent e923d7b4
No related branches found
No related tags found
No related merge requests found
......@@ -292,9 +292,6 @@ class DIContainer extends SimpleContainer implements IAppContainer {
return $dispatcher;
});
$this->registerAlias(\OCP\Collaboration\Resources\IProviderManager::class, OC\Collaboration\Resources\ProviderManager::class);
$this->registerAlias(\OCP\Collaboration\Resources\IManager::class, OC\Collaboration\Resources\Manager::class);
$this->registerAlias(IAppConfig::class, OC\AppFramework\Services\AppConfig::class);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment