mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 22:14:03 +00:00
Merge branch 'master' of github.com:stancl/tenancy
This commit is contained in:
commit
a12e344288
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ use Stancl\Tenancy\Exceptions\DatabaseManagerNotRegisteredException;
|
||||||
use Stancl\Tenancy\Exceptions\TenantDatabaseAlreadyExistsException;
|
use Stancl\Tenancy\Exceptions\TenantDatabaseAlreadyExistsException;
|
||||||
use Stancl\Tenancy\Jobs\QueuedTenantDatabaseCreator;
|
use Stancl\Tenancy\Jobs\QueuedTenantDatabaseCreator;
|
||||||
|
|
||||||
class DatabaseManagerv2
|
class DatabaseManager
|
||||||
{
|
{
|
||||||
/** @var string */
|
/** @var string */
|
||||||
public $originalDefaultConnectionName;
|
public $originalDefaultConnectionName;
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ use Stancl\Tenancy\Exceptions\TenantCouldNotBeIdentifiedException;
|
||||||
/**
|
/**
|
||||||
* @internal Class is subject to breaking changes in minor and patch versions.
|
* @internal Class is subject to breaking changes in minor and patch versions.
|
||||||
*/
|
*/
|
||||||
class TenantManagerv2
|
class TenantManager
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The current tenant.
|
* The current tenant.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue