diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-30 09:58:02 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-09-30 10:21:08 +0200 |
commit | a1e4b17ff44cc4476574b8d335ac3fdf2c2dc561 (patch) | |
tree | 04629eb4b3a036b7e2a55a58f1bafd571ec6b50c /core/Application.php | |
parent | 877cb06bfed4524beb62e4cc52f946406ef7d5ea (diff) | |
download | nextcloud-server-a1e4b17ff44cc4476574b8d335ac3fdf2c2dc561.tar.gz nextcloud-server-a1e4b17ff44cc4476574b8d335ac3fdf2c2dc561.zip |
Remove unused endpoint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/Application.php')
-rw-r--r-- | core/Application.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Application.php b/core/Application.php index 4fa83f09854..97b1e1d37f1 100644 --- a/core/Application.php +++ b/core/Application.php @@ -49,6 +49,5 @@ class Application extends App { $container->registerService('defaultMailAddress', function() { return Util::getDefaultEmailAddress('lostpassword-noreply'); }); - $container->registerAlias(IProvider::class, DefaultTokenProvider::class); } } |