Skip to content

Commit ee02df8

Browse files
franzliedketaylorotwell
authored andcommitted
[5.8] Resolve Blade facade to named service (#25497)
1 parent 99efc4b commit ee02df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ class Blade extends Facade
3131
*/
3232
protected static function getFacadeAccessor()
3333
{
34-
return static::$app['view']->getEngineResolver()->resolve('blade')->getCompiler();
34+
return 'blade.compiler';
3535
}
3636
}

0 commit comments

Comments
 (0)