From 1a31af1c3a6e74ca3109baf04062ff19a0b5f5cd Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 11 Jul 2025 07:49:10 +0200 Subject: [PATCH] Improve path id mw config docblock --- assets/config.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/config.php b/assets/config.php index ee2fc7fc..a450d0a7 100644 --- a/assets/config.php +++ b/assets/config.php @@ -92,11 +92,12 @@ return [ /** * Identification middleware tenancy recognizes as path identification middleware. * - * This configuration is used to identify which middleware should trigger - * conditionally removing the tenant parameter from routes using the ForgetTenantParameter listener. + * This is used for determining if a path identification middleware is used + * during operations specific to path identification. * - * The listener only has an effect when path identification middleware is used in the global middleware stack - * and certain conditions are met (see ForgetTenantParameter for more info). + * Currently, this is only used for forgetting the tenant parameter using the ForgetTenantParameter listener. + * The listener only has an effect when path identification middleware + * is used in the global middleware stack and certain conditions are met. * * If you're using a custom path identification middleware, add it here. *