diff --git a/Blade.php b/Blade.php index 8bd0834..c5eeb59 100644 --- a/Blade.php +++ b/Blade.php @@ -400,7 +400,7 @@ protected function compileContinue($condition) preg_match('/\(\s*(-?\d+)\s*\)$/', $condition, $matches); return $matches ? '' - : ""; + : ""; } return '';