mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 12:54:05 +00:00
Rename bootstrapper
This commit is contained in:
parent
28efc0ca97
commit
8ccc27e8c3
2 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ use Stancl\Tenancy\Database\Contracts\TenantWithDatabase;
|
|||
*
|
||||
* This bootstrapper is intended to be used with single-database tenancy.
|
||||
*/
|
||||
class PostgresTenancyBootstrapper implements TenancyBootstrapper
|
||||
class PostgresSingleDatabaseBootstrapper implements TenancyBootstrapper
|
||||
{
|
||||
protected array $originalCentralConnectionConfig;
|
||||
protected array $originalPostgresConfig;
|
||||
Loading…
Add table
Add a link
Reference in a new issue