mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-15 18:14:03 +00:00
Fix TenantStorageTest
This commit is contained in:
parent
bde1035609
commit
e88801a4d1
2 changed files with 6 additions and 5 deletions
|
|
@ -8,6 +8,6 @@ trait CentralConnection
|
|||
{
|
||||
public function getConnectionName()
|
||||
{
|
||||
return app(DatabaseStorageDriver::class)->getCentralConnectionName();
|
||||
return DatabaseStorageDriver::getCentralConnectionName();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue