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

Partially revert CI changes

This commit is contained in:
Samuel Štancl 2025-08-05 21:05:08 +02:00
parent 4b823fca7d
commit 3ca90bc445
2 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@ test('global cache is always central', function (string $store, array $bootstrap
withTenantDatabases(true);
}
// todo@samuel maybe add assertions about the DB connection used by:
// todo0 maybe add assertions about the DB connection used by:
// 1. global_cache()->store()->getStore()->getConnection()->getName()
// 2. cache()->store()->getStore()->getConnection()->getName()
// 3. GlobalCache::store()->getStore()->getConnection()->getName()