From b5b07997509cd25ebfd57dc4169668398c6b47cc Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 25 Jul 2022 14:06:15 +0200 Subject: [PATCH] Grammar fix --- assets/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/config.php b/assets/config.php index 9468706b..0c2df61d 100644 --- a/assets/config.php +++ b/assets/config.php @@ -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, /**