mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 21:54:02 +00:00
Rename config from include_in_scope to include_in_queries
This commit is contained in:
parent
e11807490e
commit
c8eadeb363
3 changed files with 4 additions and 4 deletions
|
|
@ -46,7 +46,7 @@ return [
|
|||
* told otherwise with ::withReadied() or ::onlyReadied().
|
||||
* Note: when disabled, this will also ignore tenants when runnings any tenants commands (migration, seed, etc.)
|
||||
*/
|
||||
'include_in_scope' => true,
|
||||
'include_in_queries' => true,
|
||||
/**
|
||||
* Defines how many tenants you want to be in a readied state.
|
||||
* This value should be changed depending on how often a new tenant is created
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue