mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 08:24:04 +00:00
change default cookie name, add todos
This commit is contained in:
parent
55b1c5387c
commit
83b1ae1aea
5 changed files with 5 additions and 4 deletions
|
|
@ -99,7 +99,7 @@ return [
|
|||
*/
|
||||
'resolvers' => [
|
||||
Resolvers\DomainTenantResolver::class => [
|
||||
'cache' => false,
|
||||
'cache' => false, // todo@tests find why some tests fail when these are set to true
|
||||
'cache_ttl' => 3600, // seconds
|
||||
'cache_store' => null, // null = default
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue