diff --git a/src/TenantManager.php b/src/TenantManager.php index 11adab03..1d40c2da 100644 --- a/src/TenantManager.php +++ b/src/TenantManager.php @@ -7,6 +7,7 @@ namespace Stancl\Tenancy; use Illuminate\Contracts\Console\Kernel as ConsoleKernel; use Illuminate\Foundation\Application; use Illuminate\Support\Collection; +use Illuminate\Support\Str; use Illuminate\Support\Traits\ForwardsCalls; use Stancl\Tenancy\Contracts\TenantCannotBeCreatedException; use Stancl\Tenancy\Exceptions\NotImplementedException;