From c5cdef75c70c0461a94cb5bee048e89f2e9835bc Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 20 Feb 2025 12:02:39 +0100 Subject: [PATCH] Improve path_identification_middleware docblock --- assets/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/config.php b/assets/config.php index 5b73e20e..8241e973 100644 --- a/assets/config.php +++ b/assets/config.php @@ -91,7 +91,7 @@ return [ /** * Identification middleware tenancy recognizes as path identification middleware. * - * This is used during determining whether whether a path identification is used + * This is used for determining if a path identification middleware is used * during operations specific to path identification, e.g. forgetting the tenant parameter in ForgetTenantParameter. * * If you're using a custom path identification middleware, add it here.