1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 21:54:03 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-09-11 17:28:01 +00:00 committed by StyleCI Bot
parent 92adfe2ba1
commit 7264ec05cb
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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.