Delete# unused, deprecated service created by app creator

This commit is contained in:
Pellaeon Lin 2016-02-13 14:19:59 +08:00
parent 95084a18f1
commit 02d3468d55
1 changed files with 0 additions and 4 deletions

View File

@ -60,10 +60,6 @@ class Application extends App {
/**
* Core
*/
$container->registerService('UserId', function(SimpleContainer $c) {
return \OCP\User::getUser();
});
$container->registerService('UserManager', function(SimpleContainer $c) {
return $c->query('ServerContainer')->getUserManager();
});