Skip to content

Commit b9567a1

Browse files
authored
Merge pull request #3264 from LKDevelopment/patch-1
@empty checks if $records is empty
2 parents 8a206a4 + f43825d commit b9567a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ In addition to the conditional directives already discussed, the `@isset` and `@
206206
@endisset
207207

208208
@empty($records)
209-
// $records is not "empty"...
209+
// $records is "empty"...
210210
@endempty
211211

212212
<a name="loops"></a>

0 commit comments

Comments
 (0)