We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae44dd1 + 660b857 commit df23053Copy full SHA for df23053
src/Models/Concerns/UsesLandlordConnection.php
@@ -8,7 +8,7 @@ trait UsesLandlordConnection
8
{
9
use UsesMultitenancyConfig;
10
11
- public function getConnectionName(): string
+ public function getConnectionName()
12
13
return $this->landlordDatabaseConnectionName();
14
}
src/Models/Concerns/UsesTenantConnection.php
@@ -8,7 +8,7 @@ trait UsesTenantConnection
return $this->tenantDatabaseConnectionName();
0 commit comments