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

Fix TenantStorageTest

This commit is contained in:
Samuel Štancl 2019-09-30 19:02:00 +02:00
parent bde1035609
commit e88801a4d1
2 changed files with 6 additions and 5 deletions

View file

@ -8,6 +8,6 @@ trait CentralConnection
{
public function getConnectionName()
{
return app(DatabaseStorageDriver::class)->getCentralConnectionName();
return DatabaseStorageDriver::getCentralConnectionName();
}
}