mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:54:03 +00:00
improve request data tests, simplify complex test in UrlGeneratorBootstrapperTest
This commit is contained in:
parent
8fb9e8f74f
commit
94d9dd3201
4 changed files with 84 additions and 62 deletions
|
|
@ -73,7 +73,6 @@ class UrlGeneratorBootstrapper implements TenancyBootstrapper
|
|||
|
||||
foreach (PathTenantResolver::allowedExtraModelColumns() as $column) {
|
||||
// todo0 should this be tenantParameterName() concatenated to :$column?
|
||||
// add tests
|
||||
$defaultParameters["tenant:$column"] = $tenant->getAttribute($column);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue