From 0991f62aa5cab0acd250abe2d29ceff3f62142ab Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 24 May 2023 12:32:36 +0200 Subject: [PATCH] Add info to bootstrapper's docblock --- src/Bootstrappers/Integrations/PostgresTenancyBootstrapper.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Bootstrappers/Integrations/PostgresTenancyBootstrapper.php b/src/Bootstrappers/Integrations/PostgresTenancyBootstrapper.php index 122d3351..94d25915 100644 --- a/src/Bootstrappers/Integrations/PostgresTenancyBootstrapper.php +++ b/src/Bootstrappers/Integrations/PostgresTenancyBootstrapper.php @@ -13,6 +13,8 @@ use Stancl\Tenancy\Database\Contracts\TenantWithDatabase; /** * Purge central connection, set Postgres credentials to the tenant's credentials * and use Postgres as the central connection. + * + * This bootstrapper is intended to be used with single-database tenancy. */ class PostgresTenancyBootstrapper implements TenancyBootstrapper {