We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8004515 commit 4290945Copy full SHA for 4290945
1 file changed
src/Compilers/StringBladeCompiler.php
@@ -13,7 +13,7 @@ class StringBladeCompiler extends BladeCompiler implements CompilerInterface {
13
* @param object $viewData
14
* @return void
15
*/
16
- public function compile($viewData)
+ public function compile($viewData=null)
17
{
18
19
// get the template data
0 commit comments