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

github.com/nextcloud/issuetemplate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Settings/Section.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Settings/Section.php b/lib/Settings/Section.php
index 2d67b53..744862d 100644
--- a/lib/Settings/Section.php
+++ b/lib/Settings/Section.php
@@ -26,10 +26,8 @@ namespace OCA\IssueTemplate\Settings;
use OCP\IL10N;
use OCP\IURLGenerator;
use OCP\Settings\IIconSection;
-use OCP\Settings\ISection;
-/** TODO: Move to IIconSection for NC 12 */
-class Section implements ISection {
+class Section implements IIconSection {
/** @var IL10N */
private $l;