1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00
This commit is contained in:
prateek banga 2023-08-10 20:03:47 +05:30
parent 023e88ff56
commit 233f4ebb56

View file

@ -530,6 +530,7 @@ class Response extends SwooleResponse
$data[$key] = $this->output($data[$key], $rule['type']);
}
}
$output[$key] = $data[$key];
}