From e5ca6eb776e0220f3457af99ef23b6bfa5f85d43 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 23 Jul 2025 10:27:47 +0200 Subject: [PATCH] Fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/DbCacheBootstrapperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => [