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 8699548 commit 4e51767Copy full SHA for 4e51767
src/Illuminate/View/Compilers/BladeCompiler.php
@@ -255,9 +255,6 @@ public function compileString($value)
255
$result = $this->addFooters($result);
256
}
257
258
- // If there are blade echo handlers defined, we will prepend the file
259
- // with a resolved instance of the blade compiler, stored inside a
260
- // variable, so that it only has to be resolved a single time.
261
if (! empty($this->echoHandlers)) {
262
$result = $this->addBladeCompilerVariable($result);
263
0 commit comments