Skip to content

Commit 20263d0

Browse files
authored
added ; in the php code
1 parent a814be1 commit 20263d0

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)