Skip to content

Commit b1b3ea0

Browse files
avengerwebTerrePorter
authored andcommitted
Laravel 5.6 (#33)
* laravel-5.6 * Should fix working on php7.2
1 parent 8004515 commit b1b3ea0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=5.6.4",
14-
"laravel/framework": "5.5.*"
14+
"laravel/framework": "5.6.*"
1515
},
1616
"autoload": {
1717
"psr-4": {

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)