mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:34:04 +00:00
defaultParameterNames -> passQueryParameter
This commit is contained in:
parent
ec9b585e70
commit
347da8edf3
5 changed files with 87 additions and 29 deletions
|
|
@ -20,7 +20,7 @@ afterEach(function () {
|
|||
FortifyRouteBootstrapper::$passTenantParameter = true;
|
||||
FortifyRouteBootstrapper::$fortifyRedirectMap = [];
|
||||
FortifyRouteBootstrapper::$fortifyHome = 'tenant.dashboard';
|
||||
FortifyRouteBootstrapper::$defaultParameterNames = false;
|
||||
FortifyRouteBootstrapper::$passQueryParameter = false;
|
||||
});
|
||||
|
||||
test('fortify route tenancy bootstrapper updates fortify config correctly', function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue