mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Str import
This commit is contained in:
parent
7a38437a04
commit
ecfbaf6a12
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ That said, automatic tenancy will still work the same way.
|
|||
|
||||
```php
|
||||
use Stancl\Tenancy\Tenant;
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
tenancy()
|
||||
->all()
|
||||
->each(function (Tenant $tenant) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue