Str import

This commit is contained in:
Samuel Štancl 2020-06-19 12:09:12 +02:00 committed by GitHub
parent 7a38437a04
commit ecfbaf6a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,8 @@ That said, automatic tenancy will still work the same way.
```php ```php
use Stancl\Tenancy\Tenant; use Stancl\Tenancy\Tenant;
use Illuminate\Support\Str;
tenancy() tenancy()
->all() ->all()
->each(function (Tenant $tenant) { ->each(function (Tenant $tenant) {