summaryrefslogtreecommitdiffstats
path: root/lib/Settings/Section.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Settings/Section.php')
-rw-r--r--lib/Settings/Section.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Settings/Section.php b/lib/Settings/Section.php
index e1dc90147..245dec0e7 100644
--- a/lib/Settings/Section.php
+++ b/lib/Settings/Section.php
@@ -11,29 +11,29 @@ class Section implements IIconSection
private $l;
private $url;
- public function __construct(IURLGenerator $url, IL10N $l)
+ public function __construct(IURLGenerator $url, IL10N $l)
{
$this->url = $url;
$this->l = $l;
}
- public function getID()
+ public function getID()
{
return 'news';
}
- public function getName()
+ public function getName()
{
return $this->l->t('News');
}
- public function getPriority()
+ public function getPriority()
{
return 10;
}
- public function getIcon()
+ public function getIcon()
{
return $this->url->imagePath('news', 'app-dark.svg');
}
-} \ No newline at end of file
+}