summaryrefslogtreecommitdiffstats
path: root/lib/Controller/NavigationController.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-10-01 14:14:23 +0200
committerMaxence Lange <maxence@artificial-owl.com>2018-10-01 14:14:23 +0200
commit4dddda0dc6db5535f4d6427c7e0bb62832e942db (patch)
tree132719cb0c6178da10fca90b23d3bc92d7dc4c57 /lib/Controller/NavigationController.php
parent3e399899ed7d5d9a30e7ec60f7d5406b81299b7e (diff)
social is now an activitypub server
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Controller/NavigationController.php')
-rw-r--r--lib/Controller/NavigationController.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Controller/NavigationController.php b/lib/Controller/NavigationController.php
index 2d6f8423..e6e35a0f 100644
--- a/lib/Controller/NavigationController.php
+++ b/lib/Controller/NavigationController.php
@@ -71,13 +71,15 @@ class NavigationController extends Controller {
/**
+ * Display the navigation page of the Social app.
+ *
* @NoCSRFRequired
* @NoAdminRequired
* @NoSubAdminRequired
*
* @return TemplateResponse
*/
- public function navigate() {
+ public function navigate(): TemplateResponse {
$data = [];
return new TemplateResponse(Application::APP_NAME, 'main', $data);