We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a814be1 + 20263d0 commit ae44dd1Copy full SHA for ae44dd1
docs/advanced-usage/looping-over-a-collection-of-tenants.md
@@ -11,5 +11,5 @@ In addition to the regular methods, `TenantCollection` provides four extra metho
11
Tenant::all()->eachCurrent(function(Tenant $tenant) {
12
// the passed tenant has been made current
13
Tenant::current()->is($tenant); // returns true;
14
-})
+});
15
```
0 commit comments