From 9a81153fc4a2972c9a8ebdb51d8289b7094b74c9 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? --- .../core/src/Forum/Actions/ClientAction.php | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/framework/core/src/Forum/Actions/ClientAction.php b/framework/core/src/Forum/Actions/ClientAction.php index 4b7dcb371..50c9ca830 100644 --- a/framework/core/src/Forum/Actions/ClientAction.php +++ b/framework/core/src/Forum/Actions/ClientAction.php @@ -1,6 +1,9 @@ layout = __DIR__.'/../../../views/forum.blade.php'; + } + /** * @inheritdoc */