aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federation/lib/Controller/SettingsController.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/federation/lib/Controller/SettingsController.php')
-rw-r--r--apps/federation/lib/Controller/SettingsController.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/federation/lib/Controller/SettingsController.php b/apps/federation/lib/Controller/SettingsController.php
index 8bcdc769de9..85fabb4c7ff 100644
--- a/apps/federation/lib/Controller/SettingsController.php
+++ b/apps/federation/lib/Controller/SettingsController.php
@@ -35,9 +35,9 @@ class SettingsController extends Controller {
private TrustedServers $trustedServers;
public function __construct(string $AppName,
- IRequest $request,
- IL10N $l10n,
- TrustedServers $trustedServers
+ IRequest $request,
+ IL10N $l10n,
+ TrustedServers $trustedServers
) {
parent::__construct($AppName, $request);
$this->l = $l10n;