Skip to content

Commit

Permalink
[5.8] Resolve Blade facade to named service (#25497)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke authored and taylorotwell committed Sep 7, 2018
1 parent 99efc4b commit ee02df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Facades/Blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ class Blade extends Facade
*/
protected static function getFacadeAccessor()
{
return static::$app['view']->getEngineResolver()->resolve('blade')->getCompiler();
return 'blade.compiler';
}
}

0 comments on commit ee02df8

Please sign in to comment.