mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 22:34:03 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
92adfe2ba1
commit
7264ec05cb
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\Jobs\QueuedTenantDatabaseCreator;
|
||||
|
||||
class DatabaseManagerv2
|
||||
class DatabaseManager
|
||||
{
|
||||
/** @var string */
|
||||
public $originalDefaultConnectionName;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ use Stancl\Tenancy\Exceptions\TenantCouldNotBeIdentifiedException;
|
|||
/**
|
||||
* @internal Class is subject to breaking changes in minor and patch versions.
|
||||
*/
|
||||
class TenantManagerv2
|
||||
class TenantManager
|
||||
{
|
||||
/**
|
||||
* The current tenant.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue