1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 11:44:04 +00:00

Grammar fix

This commit is contained in:
lukinovec 2022-07-25 14:06:15 +02:00
parent a834efa692
commit b5b0799750

View file

@ -44,7 +44,7 @@ return [
/**
* If disabled, pending tenants will be excluded from all tenant queries.
* You can still use ::withPending(), ::withoutPending() and ::onlyPending() to include or exclude the pending tenants regardless of this setting.
* Note: when disabled, this will also ignore pending tenants when running any tenant commands (migration, seed, etc.)
* Note: when disabled, this will also ignore pending tenants when running the tenant commands (migration, seed, etc.)
*/
'include_in_queries' => true,
/**