Commit 74022cfa authored by Taylor Otwell's avatar Taylor Otwell

fix typo.

parent 280bc99e
......@@ -192,7 +192,7 @@ class Blade {
preg_match('/\$[^\s]*/', $forelse, $variable);
// Once we have extracted the variable being looped against, we can add
// an if statmeent to the start of the loop that checks if the count
// an if statement to the start of the loop that checks if the count
// of the variable being looped against is greater than zero.
$if = "<?php if (count({$variable[0]}) > 0): ?>";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment