1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 16:44:04 +00:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
lukinovec 2025-07-23 10:27:47 +02:00 committed by GitHub
parent 52052c807a
commit e5ca6eb776
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ beforeEach(function () {
Event::listen(TenancyEnded::class, RevertToCentralContext::class);
});
test('DatabaseCacheBootstrapper makes cache use the tenant connection', function() {
test('DatabaseCacheBootstrapper makes cache use the tenant connection', function () {
config([
'cache.default' => 'database',
'tenancy.bootstrappers' => [