Skip to content

Commit 4290945

Browse files
JorgeDroidTerrePorter
authored andcommitted
fix php 7.2 (#35)
1 parent 8004515 commit 4290945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Compilers/StringBladeCompiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class StringBladeCompiler extends BladeCompiler implements CompilerInterface {
1313
* @param object $viewData
1414
* @return void
1515
*/
16-
public function compile($viewData)
16+
public function compile($viewData=null)
1717
{
1818

1919
// get the template data

0 commit comments

Comments
 (0)