Skip to content

Commit ae44dd1

Browse files
authored
Merge pull request spatie#329 from MJunaidAhmad/hotfix/typo-in-docs
2 parents a814be1 + 20263d0 commit ae44dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage/looping-over-a-collection-of-tenants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ In addition to the regular methods, `TenantCollection` provides four extra metho
1111
Tenant::all()->eachCurrent(function(Tenant $tenant) {
1212
// the passed tenant has been made current
1313
Tenant::current()->is($tenant); // returns true;
14-
})
14+
});
1515
```

0 commit comments

Comments
 (0)