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

Keep UrlGeneratorBootstrapper::$addTenantParameterToDefaults disabled by default

This commit is contained in:
lukinovec 2025-02-11 12:06:19 +01:00
parent fbadaebc9c
commit ebff40e891

View file

@ -33,7 +33,7 @@ class UrlGeneratorBootstrapper implements TenancyBootstrapper
* With query strig identification, this essentialy has no effect because URL::defaults() works only for route paramaters,
* not for query strings.
*/
public static bool $addTenantParameterToDefaults = true;
public static bool $addTenantParameterToDefaults = false;
public function __construct(
protected Application $app,