Skip to content
Snippets Groups Projects
Commit 0269ab7b authored by Thomas Müller's avatar Thomas Müller
Browse files

fix accountscontroller

parent 44f7c547
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ class AccountsController extends Controller {
* @param $userFolder
* @param $contactsIntegration
* @param $autoConfig
* @param ILogger $logger
* @param $logger
* @param IL10N $l10n
* @param ICrypto $crypto
*/
......@@ -99,7 +99,7 @@ class AccountsController extends Controller {
$userFolder,
$contactsIntegration,
$autoConfig,
ILogger $logger,
$logger,
IL10N $l10n,
ICrypto $crypto
) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment