diff --git a/src/Bootstrappers/Integrations/PostgresTenancyBootstrapper.php b/src/Bootstrappers/Integrations/PostgresTenancyBootstrapper.php index 8d822131..0e36c7fd 100644 --- a/src/Bootstrappers/Integrations/PostgresTenancyBootstrapper.php +++ b/src/Bootstrappers/Integrations/PostgresTenancyBootstrapper.php @@ -4,10 +4,10 @@ declare(strict_types=1); namespace Stancl\Tenancy\Bootstrappers\Integrations; -use Stancl\Tenancy\Contracts\Tenant; -use Illuminate\Database\DatabaseManager; use Illuminate\Contracts\Config\Repository; +use Illuminate\Database\DatabaseManager; use Stancl\Tenancy\Contracts\TenancyBootstrapper; +use Stancl\Tenancy\Contracts\Tenant; use Stancl\Tenancy\Database\Contracts\TenantWithDatabase; class PostgresTenancyBootstrapper implements TenancyBootstrapper