]> source.dussan.org Git - nextcloud-server.git/commit
Fix AppFramework services 21825/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 14 Jul 2020 07:18:39 +0000 (09:18 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Tue, 14 Jul 2020 14:01:14 +0000 (16:01 +0200)
commitfa9dfd83c97e7b97c78003f40667e3e25db27400
tree8268bbf1aef181f00ec7a51252800a13cf801d55
parent5dca062c975a7f4b3fbbef8f3b5354258255ec10
Fix AppFramework services

* We can't just register an alias as the services need the appId to be
  injected. if we just register an alias this blows up since the main
  container doesn't have the appId.
* Moved the Authtokens over to show the PoC works

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
apps/settings/lib/Settings/Personal/Security/Authtokens.php
apps/settings/tests/Settings/Personal/Security/AuthtokensTest.php
lib/private/AppFramework/DependencyInjection/DIContainer.php