mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 11:44:04 +00:00
request data identification: add tenant_model_column configuration
This commit is contained in:
parent
16171b1eaa
commit
ec9b585e70
5 changed files with 61 additions and 20 deletions
|
|
@ -119,7 +119,7 @@ test('request data identification route helper behavior', function (bool $addTen
|
|||
|
||||
tenancy()->initialize($tenant);
|
||||
|
||||
// todo0 test changing tenancy.identification.resolvers.<request data>.query_parameter
|
||||
// todo0 test changing tenancy.identification.resolvers.<request data>.query_parameter and tenant_model_column
|
||||
|
||||
if ($passTenantParameterToRoutes) {
|
||||
expect(route('tenant.home'))->toBe("{$appUrl}/tenant/home?tenant={$tenantKey}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue