From 3ec6a914283794ff32fdcfa8e03ffac70db3c52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 3 Aug 2025 23:14:11 +0200 Subject: [PATCH] make comment more clear --- tests/CachedTenantResolverTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CachedTenantResolverTest.php b/tests/CachedTenantResolverTest.php index dd4433cc..2745c112 100644 --- a/tests/CachedTenantResolverTest.php +++ b/tests/CachedTenantResolverTest.php @@ -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}; }