mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:14:04 +00:00
use Repository in service class DI
This commit is contained in:
parent
2f91309990
commit
19255fd98f
2 changed files with 5 additions and 3 deletions
|
|
@ -12,7 +12,9 @@ use Stancl\Tenancy\Tests\Etc\CacheAction;
|
|||
|
||||
beforeEach(function () {
|
||||
config([
|
||||
'tenancy.bootstrappers' => [PrefixCacheTenancyBootstrapper::class],
|
||||
'tenancy.bootstrappers' => [
|
||||
PrefixCacheTenancyBootstrapper::class
|
||||
],
|
||||
'cache.default' => 'redis',
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue