@@ -30,8 +30,7 @@ |
||
| 30 | 30 | $aBody = $xRequest->getParsedBody(); |
| 31 | 31 | $aParams = $xRequest->getQueryParams(); |
| 32 | 32 | $aData = is_array($aBody) ? |
| 33 | - $this->readData($aBody['jxnbags'] ?? []) : |
|
| 34 | - $this->readData($aParams['jxnbags'] ?? []); |
|
| 33 | + $this->readData($aBody['jxnbags'] ?? []) : $this->readData($aParams['jxnbags'] ?? []); |
|
| 35 | 34 | $this->xDataBag = new DataBag($aData); |
| 36 | 35 | } |
| 37 | 36 | |