From ee950b45acc308653b5fe10ae3ca3875ce53b07c Mon Sep 17 00:00:00 2001 From: Terre Porter Date: Wed, 13 Feb 2019 19:45:16 -0500 Subject: [PATCH] Please add fix for PHP 7.2 to version 3.4 adding #35 to 3.4 version --- src/Compilers/StringBladeCompiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compilers/StringBladeCompiler.php b/src/Compilers/StringBladeCompiler.php index 98c8c28..75ef706 100644 --- a/src/Compilers/StringBladeCompiler.php +++ b/src/Compilers/StringBladeCompiler.php @@ -13,7 +13,7 @@ class StringBladeCompiler extends BladeCompiler implements CompilerInterface { * @param object $viewData * @return void */ - public function compile($viewData) + public function compile($viewData=null) { // get the template data