1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:14:03 +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. * Identification middleware tenancy recognizes as path identification middleware.
* *
* This configuration is used to identify which middleware should trigger * This is used for determining if a path identification middleware is used
* conditionally removing the tenant parameter from routes using the ForgetTenantParameter listener. * during operations specific to path identification.
* *
* The listener only has an effect when path identification middleware is used in the global middleware stack * Currently, this is only used for forgetting the tenant parameter using the ForgetTenantParameter listener.
* and certain conditions are met (see ForgetTenantParameter for more info). * 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. * If you're using a custom path identification middleware, add it here.
* *