From 46a69b6b7ee890ff581e076e2bf11588f74a5f30 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 13 Aug 2015 10:41:08 +0930 Subject: [PATCH] Fix PHP 5.5 compat Might be better to opt for a getLayout method? --- src/Forum/Actions/ClientAction.php | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/Forum/Actions/ClientAction.php b/src/Forum/Actions/ClientAction.php index 4b7dcb371..50c9ca830 100644 --- a/src/Forum/Actions/ClientAction.php +++ b/src/Forum/Actions/ClientAction.php @@ -1,6 +1,9 @@ layout = __DIR__.'/../../../views/forum.blade.php'; + } + /** * @inheritdoc */