diff --git a/src/Database/DatabaseConfig.php b/src/Database/DatabaseConfig.php index 460da048..068e2182 100644 --- a/src/Database/DatabaseConfig.php +++ b/src/Database/DatabaseConfig.php @@ -192,7 +192,8 @@ class DatabaseConfig DB::purge($this->getTenantHostConnectionName()); } - /** Get the TenantDatabaseManager for this tenant's connection. + /** + * Get the TenantDatabaseManager for this tenant's connection. * * @throws NoConnectionSetException|DatabaseManagerNotRegisteredException */