mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 21:24:04 +00:00
make comment more clear
This commit is contained in:
parent
f9fadce538
commit
3ec6a91428
1 changed files with 1 additions and 1 deletions
|
|
@ -388,6 +388,6 @@ function getResolverArgument(string $resolver, Tenant $tenant, string $parameter
|
|||
|
||||
// Assuming that:
|
||||
// - with RequestDataTenantResolver, the tenant model column value is the payload value
|
||||
// - with DomainTenantResolver, the tenant has a domain with name equal to the tenant model column value
|
||||
// - with DomainTenantResolver, the tenant has a domain with name equal to the tenant model column value (see the createDomain() calls in various tests)
|
||||
return $tenant->{$parameterColumn};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue