Skip to content

Commit 528de89

Browse files
committed
formatting
1 parent adee926 commit 528de89

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Illuminate/View/Compilers/BladeCompiler.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,6 @@ public function compileString($value)
255255
$result = $this->addFooters($result);
256256
}
257257

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.
261258
if (! empty($this->echoHandlers)) {
262259
$result = $this->addBladeCompilerVariable($result);
263260
}

0 commit comments

Comments
 (0)