Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-07-10 11:13:03 +0300
committerJoas Schilling <coding@schilljs.com>2020-07-10 11:13:03 +0300
commitf224b89da3928d63ad73eed6b292a0d6b998730a (patch)
tree5d840f6c3cefd1438c308d77abde76f73ec2c454 /lib/Settings/RegistrationSettings.php
parent3b42325d5da4aa03dd6af851c4c4f0e78944adc4 (diff)
CS auto fixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Settings/RegistrationSettings.php')
-rw-r--r--lib/Settings/RegistrationSettings.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Settings/RegistrationSettings.php b/lib/Settings/RegistrationSettings.php
index 92a9363..bbb36fb 100644
--- a/lib/Settings/RegistrationSettings.php
+++ b/lib/Settings/RegistrationSettings.php
@@ -1,7 +1,7 @@
<?php
+
namespace OCA\Registration\Settings;
-use OCP\AppFramework\Http\TemplateResponse;
use OCP\Settings\ISettings;
use OCA\Registration\Controller\SettingsController;
@@ -31,5 +31,3 @@ class RegistrationSettings implements ISettings {
return $this->getSection();
}
}
-
-?>