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

Merge branch 'master' into validate-sql-parameters

This commit is contained in:
Samuel Stancl 2026-06-07 14:17:28 -07:00 committed by GitHub
commit 9055b61a04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 546 additions and 98 deletions

View file

@ -16,7 +16,7 @@ use Stancl\Tenancy\Resolvers\PathTenantResolver;
/**
* Makes the app use TenancyUrlGenerator (instead of Illuminate\Routing\UrlGenerator) which:
* - prefixes route names with the tenant route name prefix (PathTenantResolver::tenantRouteNamePrefix() by default)
* - passes the tenant parameter to the link generated by route() and temporarySignedRoute() (PathTenantResolver::tenantParameterName() by default).
* - passes the tenant parameter (PathTenantResolver::tenantParameterName() by default) to the link generated by the affected methods like route() and temporarySignedRoute().
*
* Used with path and query string identification.
*