mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:54:05 +00:00
pending tenants: minor cleanup
This commit is contained in:
parent
0dc187510b
commit
d274d8c902
4 changed files with 13 additions and 33 deletions
|
|
@ -444,7 +444,6 @@ return [
|
|||
|
||||
/**
|
||||
* Pending tenants config.
|
||||
* This is useful if you're looking for a way to always have a tenant ready to be used.
|
||||
*/
|
||||
'pending' => [
|
||||
/**
|
||||
|
|
@ -453,6 +452,7 @@ return [
|
|||
* Note: when disabled, this will also ignore pending tenants when running the tenant commands (migration, seed, etc.)
|
||||
*/
|
||||
'include_in_queries' => true,
|
||||
|
||||
/**
|
||||
* Defines how many pending tenants you want to have ready in the pending tenant pool.
|
||||
* This depends on the volume of tenants you're creating.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue