1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-14 01:24:05 +00:00

Rename bootstrapper

This commit is contained in:
lukinovec 2023-04-11 15:01:08 +02:00
parent 52dabed878
commit 70051e70b3
4 changed files with 10 additions and 7 deletions

View file

@ -28,7 +28,7 @@ use Stancl\Tenancy\Listeners\BootstrapTenancy;
use Stancl\Tenancy\Tests\Etc\TestingBroadcaster;
use Stancl\Tenancy\Listeners\DeleteTenantStorage;
use Stancl\Tenancy\Listeners\RevertToCentralContext;
use Stancl\Tenancy\Bootstrappers\CacheTagBootstrapper;
use Stancl\Tenancy\Bootstrappers\CacheTaggingBootstrapper;
use Stancl\Tenancy\Bootstrappers\UrlTenancyBootstrapper;
use Stancl\Tenancy\Bootstrappers\MailTenancyBootstrapper;
use Stancl\Tenancy\Bootstrappers\RedisTenancyBootstrapper;
@ -85,7 +85,7 @@ test('database data is separated', function () {
test('cache data is separated', function () {
config([
'tenancy.bootstrappers' => [
CacheTagBootstrapper::class,
CacheTaggingBootstrapper::class,
],
'cache.default' => 'redis',
]);