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

fix docblock formatting

This commit is contained in:
Samuel Štancl 2024-09-10 12:02:14 +02:00
parent 8b41ea3184
commit f3e01c1581

View file

@ -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
*/