mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 16:44:04 +00:00
Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
52052c807a
commit
e5ca6eb776
1 changed files with 1 additions and 1 deletions
|
|
@ -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' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue