mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:24:05 +00:00
Improve path id mw config docblock
This commit is contained in:
parent
b1c9bd3491
commit
1a31af1c3a
1 changed files with 5 additions and 4 deletions
|
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue