mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 13:14:05 +00:00
[4.x] Update ForgetTenantParameter-related comments (#1375)
* Update ForgetTenantParameter-related comments * Improve path id mw config docblock * improve docblocks --------- Co-authored-by: Samuel Štancl <samuel@archte.ch>
This commit is contained in:
parent
16ed2bcc8f
commit
81fff15afe
3 changed files with 31 additions and 16 deletions
|
|
@ -93,11 +93,14 @@ return [
|
|||
* Identification middleware tenancy recognizes as path identification middleware.
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* This is 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 other conditions are met.
|
||||
*
|
||||
* If you're using a custom path identification middleware, add it here.
|
||||
*
|
||||
* @see \Stancl\Tenancy\Actions\CloneRoutesAsTenant
|
||||
* @see \Stancl\Tenancy\Listeners\ForgetTenantParameter
|
||||
*/
|
||||
'path_identification_middleware' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue