mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 17:44:05 +00:00
Keep UrlGeneratorBootstrapper::$addTenantParameterToDefaults disabled by default
This commit is contained in:
parent
fbadaebc9c
commit
ebff40e891
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue