summaryrefslogtreecommitdiffstats
path: root/lib/Controller
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-09-25 14:37:32 +0200
committerMaxence Lange <maxence@artificial-owl.com>2019-09-25 14:37:32 +0200
commit06d12a24ddd186942d2eca741fe89c853c11fc2c (patch)
tree837ef0c0ce8a784a0ff54e923376829e7c756312 /lib/Controller
parent7a92cf157420a558e054dfd92bebc81896da018f (diff)
fixing
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Controller')
-rw-r--r--lib/Controller/NavigationController.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Controller/NavigationController.php b/lib/Controller/NavigationController.php
index 66ef0cc9..de22a4f1 100644
--- a/lib/Controller/NavigationController.php
+++ b/lib/Controller/NavigationController.php
@@ -55,6 +55,12 @@ use OCP\IL10N;
use OCP\IRequest;
use OCP\IURLGenerator;
+
+/**
+ * Class NavigationController
+ *
+ * @package OCA\Social\Controller
+ */
class NavigationController extends Controller {
@@ -88,6 +94,7 @@ class NavigationController extends Controller {
/** @var CheckService */
private $checkService;
+
/**
* NavigationController constructor.
*