From b4682ebc66de3346030415c7f1d75993a4886151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 15 Sep 2017 11:57:40 +0200 Subject: Use icon for settings section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/Settings/Section.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') 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; -- cgit v1.2.3