Browse Source
Remove double registrations
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/20786/head
Roeland Jago Douma
6 years ago
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with
0 additions and
3 deletions
-
lib/private/AppFramework/DependencyInjection/DIContainer.php
|
|
|
@ -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); |
|
|
|
} |
|
|
|
|
|
|
|
|