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:
authorJulius Härtl <jus@bitgrid.net>2017-09-15 12:57:40 +0300
committerJulius Härtl <jus@bitgrid.net>2017-09-15 12:57:40 +0300
commitb4682ebc66de3346030415c7f1d75993a4886151 (patch)
tree2b2134f52606c0c338681e4d12f088647d15441d /lib
parentae70935a008f10c06e8fd178c1255f2ee9ca507a (diff)
Use icon for settings section
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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;