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

improve docblocks

This commit is contained in:
Samuel Štancl 2025-08-03 22:42:47 +02:00
parent 8620985a7c
commit 4fd7233285
2 changed files with 18 additions and 11 deletions

View file

@ -95,9 +95,9 @@ return [
* This is used for determining if a path identification middleware is used
* during operations specific to path identification.
*
* Currently, this is only used for forgetting the tenant parameter using the ForgetTenantParameter listener.
* 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 conditions are met.
* 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.
*