Fix analyser

This commit is contained in:
Matej Bačo
2026-04-23 15:36:16 +02:00
parent 4b3963512c
commit 4de3009f67
@@ -144,6 +144,7 @@ class Get extends Action
]),
Response::MODEL_POLICY_MEMBERSHIP_PRIVACY,
],
default => throw new \LogicException('Unknown policy ID: ' . $policyId),
};
$response->dynamic($policy, $model);