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 4706a16 commit d281aabCopy full SHA for d281aab
src/BladeFiltersCompiler.php
@@ -12,7 +12,7 @@ class BladeFiltersCompiler
12
*/
13
public function compile($value)
14
{
15
- return preg_replace_callback('/(?<=([^@]{{))(.*?)(?=}})/mu', function ($matches) {
+ return preg_replace_callback('/(?<=((?<!@){{))(.*?)(?=}})/mu', function ($matches) {
16
return $this->parseFilters($matches[0]);
17
}, $value);
18
}
0 commit comments