diff --git a/tests/DbCacheBootstrapperTest.php b/tests/DbCacheBootstrapperTest.php index bb024903..c72d572e 100644 --- a/tests/DbCacheBootstrapperTest.php +++ b/tests/DbCacheBootstrapperTest.php @@ -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' => [