@@ -48,7 +48,7 @@ |
||
48 | 48 | { |
49 | 49 | $fieldModelList = $this->record->getModule()->getFields(); |
50 | 50 | $requestKeys = $request->getAllRaw(); |
51 | - unset($requestKeys['module'],$requestKeys['action'],$requestKeys['record']); |
|
51 | + unset($requestKeys['module'], $requestKeys['action'], $requestKeys['record']); |
|
52 | 52 | if (empty($requestKeys)) { |
53 | 53 | throw new \Api\Core\Exception('No input data', 406); |
54 | 54 | } |