summaryrefslogtreecommitdiffstats
path: root/lib/Controller
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-01-15 12:29:14 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-01-15 12:29:14 -0100
commitdaf473c9a0d7e46a38576419f00e81e7221e6a0a (patch)
treef2c9c578f24be01f0a220d4a417e3227a4daa18e /lib/Controller
parent6ad5dcfd12d991be6d08c315368651c5de6ae450 (diff)
cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Controller')
-rw-r--r--lib/Controller/SocialPubController.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Controller/SocialPubController.php b/lib/Controller/SocialPubController.php
index ce9f131b..49d291dd 100644
--- a/lib/Controller/SocialPubController.php
+++ b/lib/Controller/SocialPubController.php
@@ -94,6 +94,12 @@ class SocialPubController extends Controller {
$this->navigationController = $navigationController;
}
+ /**
+ * @param $username
+ *
+ * @return Response
+ * @throws UrlCloudException
+ */
private function renderPage($username): Response {
if ($this->userId) {
return $this->navigationController->navigate('');