We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d37bd commit 7f06e9bCopy full SHA for 7f06e9b
tests/DirectiveTest.php
@@ -53,7 +53,7 @@ protected function renderView($contents, $data = [])
53
{
54
// Laravel 8+ only: https://github.com/laravel/framework/pull/40425
55
if (method_exists(BladeCompiler::class, 'render')) {
56
- return Blade::render($contents, $data, false);
+ return Blade::render($contents, $data, true);
57
}
58
59
// First, we'll create a temporary file, and use compileString to 'emulate' compilation of our view.
0 commit comments