1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:34:04 +00:00

import str

This commit is contained in:
Samuel Štancl 2019-10-25 19:04:00 +02:00
parent ae873a3b4b
commit 81deb1c553

View file

@ -7,6 +7,7 @@ namespace Stancl\Tenancy;
use Illuminate\Contracts\Console\Kernel as ConsoleKernel; use Illuminate\Contracts\Console\Kernel as ConsoleKernel;
use Illuminate\Foundation\Application; use Illuminate\Foundation\Application;
use Illuminate\Support\Collection; use Illuminate\Support\Collection;
use Illuminate\Support\Str;
use Illuminate\Support\Traits\ForwardsCalls; use Illuminate\Support\Traits\ForwardsCalls;
use Stancl\Tenancy\Contracts\TenantCannotBeCreatedException; use Stancl\Tenancy\Contracts\TenantCannotBeCreatedException;
use Stancl\Tenancy\Exceptions\NotImplementedException; use Stancl\Tenancy\Exceptions\NotImplementedException;