mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 22:14:03 +00:00
Update comment
This commit is contained in:
parent
46f94d15a5
commit
c0e2926905
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ test('stores get prefixed using the default way if no prefix generator is specif
|
|||
|
||||
tenancy()->initialize($tenant);
|
||||
|
||||
// Other stores without a prefix generator use the default generator too
|
||||
// All stores use the default way of generating the prefix when the prefix generator isn't specified
|
||||
expect($defaultPrefix . ':')
|
||||
->toBe(app(PrefixCacheTenancyBootstrapper::class)->generatePrefix($tenant) . ':')
|
||||
->toBe(cache()->getPrefix()) // Get prefix of the default store ('redis')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue