diff --git a/src/DatabaseManager.php b/src/DatabaseManager.php index 93005ed3..e8e849b8 100644 --- a/src/DatabaseManager.php +++ b/src/DatabaseManager.php @@ -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; diff --git a/src/TenantManager.php b/src/TenantManager.php index c49e451d..e4098d9e 100644 --- a/src/TenantManager.php +++ b/src/TenantManager.php @@ -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.