1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 22:24:03 +00:00

update comment

This commit is contained in:
Abrar Ahmad 2022-10-18 18:01:06 +05:00
parent 7186afd271
commit f95f7382cf

View file

@ -145,6 +145,9 @@ class DatabaseConfig
/** /**
* Purge host database connection. * Purge host database connection.
*
* Its possible database has previous tenant connection.
* This will clean up the previous connection before creating it for the current tenant.
*/ */
public function purgeHostConnection(): void public function purgeHostConnection(): void
{ {