Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-08-29 22:14:50 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-08-29 22:14:50 +0300
commitc0ed865ab2e5166e71fd6046fc2c426dd5b7c6d4 (patch)
treea02e20e279f53bbbfd798499f76ac16e54f80091 /core/Application.php
parent4f93dce2e13df9001140344d3fa310075c348262 (diff)
UserController does not require Defaults
Diffstat (limited to 'core/Application.php')
-rw-r--r--core/Application.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/Application.php b/core/Application.php
index 0c69394c979..9a6d0878fee 100644
--- a/core/Application.php
+++ b/core/Application.php
@@ -73,14 +73,6 @@ class Application extends App {
$c->query('TimeFactory')
);
});
- $container->registerService('UserController', function(SimpleContainer $c) {
- return new UserController(
- $c->query('AppName'),
- $c->query('Request'),
- $c->query('UserManager'),
- $c->query('Defaults')
- );
- });
$container->registerService('LoginController', function(SimpleContainer $c) {
return new LoginController(
$c->query('AppName'),