From e5108fb93375867d37b0f77e7d6366911cd4d0a5 Mon Sep 17 00:00:00 2001 From: Suyadi Date: Tue, 27 Aug 2024 01:36:26 +0700 Subject: [PATCH] Fix typo --- Blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '';