mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 03:14:03 +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);
|
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([
|
config([
|
||||||
'cache.default' => 'database',
|
'cache.default' => 'database',
|
||||||
'tenancy.bootstrappers' => [
|
'tenancy.bootstrappers' => [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue