mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix analyser
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user