diff options
Diffstat (limited to 'core/Application.php')
-rw-r--r-- | core/Application.php | 8 |
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'), |