diff --git a/src/Illuminate/Support/helpers.php b/src/Illuminate/Support/helpers.php index febe83b462f8..c6e58df50ba2 100755 --- a/src/Illuminate/Support/helpers.php +++ b/src/Illuminate/Support/helpers.php @@ -470,7 +470,7 @@ function be($value) $value = htmlentities($value, ENT_QUOTES, 'UTF-8', false); $value = str_replace('@', '@', $value); - + return $value; } }