Skip to content

Commit 9e3c22c

Browse files
Consistent spacing in Blade control structures (#10613)
1 parent 7b138d0 commit 9e3c22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2511,7 +2511,7 @@ event(new UserRegistered($user));
25112511
The `fake` function resolves a [Faker](https://github.com/FakerPHP/Faker) singleton from the container, which can be useful when creating fake data in model factories, database seeding, tests, and prototyping views:
25122512

25132513
```blade
2514-
@for($i = 0; $i < 10; $i++)
2514+
@for ($i = 0; $i < 10; $i++)
25152515
<dl>
25162516
<dt>Name</dt>
25172517
<dd>{{ fake()->name() }}</dd>

0 commit comments

Comments
 (0)