From 81deb1c553fe0f04c16baf95ab54fa460ac04c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 25 Oct 2019 19:04:00 +0200 Subject: [PATCH] import str --- src/TenantManager.php | 1 + 1 file changed, 1 insertion(+) 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;