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.
2 parents fc98eaa + 8c149f1 commit 7e413a7Copy full SHA for 7e413a7
src/Illuminate/View/Compilers/BladeCompiler.php
@@ -43,7 +43,7 @@ class BladeCompiler extends Compiler implements CompilerInterface {
43
*/
44
public function compile($path)
45
{
46
- $contents = $this->compileString($this->files->get($path));
+ $contents = trim($this->compileString($this->files->get($path)));
47
48
if ( ! is_null($this->cachePath))
49
0 commit comments