Soft delete : GWM

This commit is contained in:
Gowtham M 2026-02-02 11:15:12 +05:30
parent 34d8283bd0
commit d50f286e64

View File

@ -1321,7 +1321,7 @@ class PolicyController extends ResourceController
public function softdelete()
{
try {
$policyId = (int) $this->request->getPost('policy_id');
$policyId = (int) $this->request->getGet('policy_id');
if (!$policyId) {
return $this->respond([