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

Improve path id mw config docblock

This commit is contained in:
lukinovec 2025-07-11 07:49:10 +02:00
parent b1c9bd3491
commit 1a31af1c3a

View file

@ -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.
*