diff options
Diffstat (limited to 'core/Application.php')
-rw-r--r-- | core/Application.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/core/Application.php b/core/Application.php index e8c924432d1..55bbc49797f 100644 --- a/core/Application.php +++ b/core/Application.php @@ -83,19 +83,6 @@ class Application extends App { $c->query('Defaults') ); }); - $container->registerService('AvatarController', function(SimpleContainer $c) { - return new AvatarController( - $c->query('AppName'), - $c->query('Request'), - $c->query('AvatarManager'), - $c->query('Cache'), - $c->query('L10N'), - $c->query('UserManager'), - $c->query('UserSession'), - $c->query('UserFolder'), - $c->query('Logger') - ); - }); $container->registerService('LoginController', function(SimpleContainer $c) { return new LoginController( $c->query('AppName'), |