1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-06-21 18:44:06 +00:00

docblock wording

This commit is contained in:
Samuel Stancl 2026-06-06 14:18:24 -07:00
parent ac90ef08e4
commit b17f66f7bd
No known key found for this signature in database
GPG key ID: BA146259A1E16C57

View file

@ -163,7 +163,7 @@ class TenancyUrlGenerator extends UrlGenerator
}
/**
* Takes a route name and an array of parameters to return the prefixed route name
* Takes an array of parameters and a route name to return the prefixed route name
* and the route parameters with the tenant parameter added.
*
* To skip these modifications, pass the bypass parameter in route parameters.