1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 20:34:03 +00:00

Improve path_identification_middleware docblock

This commit is contained in:
lukinovec 2025-02-20 12:02:39 +01:00
parent a85c88e258
commit c5cdef75c7

View file

@ -91,7 +91,7 @@ return [
/** /**
* Identification middleware tenancy recognizes as path identification middleware. * 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. * 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. * If you're using a custom path identification middleware, add it here.