From 5c887c29f4d5f653eaff078ba2141cf2899341f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Solli?= Date: Thu, 13 Aug 2020 13:49:28 +0200 Subject: [PATCH] Added missing use-declaration (#474) --- src/Tenancy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tenancy.php b/src/Tenancy.php index 61c9a0e7..122c33a4 100644 --- a/src/Tenancy.php +++ b/src/Tenancy.php @@ -8,6 +8,7 @@ use Illuminate\Database\Eloquent\Builder; use Illuminate\Database\Eloquent\Model; use Illuminate\Support\Traits\Macroable; use Stancl\Tenancy\Contracts\TenancyBootstrapper; +use Stancl\Tenancy\Contracts\Tenant; use Stancl\Tenancy\Exceptions\TenantCountNotBeIdentifiedById; class Tenancy