From f3e01c1581d6c0a1467e7ed3f50950e2321079a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 10 Sep 2024 12:02:14 +0200 Subject: [PATCH] fix docblock formatting --- src/Database/DatabaseConfig.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */