Skip to content

Commit 05dec08

Browse files
Fixed typo
1 parent ac8f1b6 commit 05dec08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Minifiers/BladeMinifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ protected function shouldMinify($value)
8080
return true;
8181
}
8282

83-
return !$this->containsBadHtml($value) && !$this->containsBadCommands($value);
83+
return !$this->containsBadHtml($value) && !$this->containsBadComments($value);
8484
}
8585

8686
/**

0 commit comments

Comments
 (0)