@@ -217,7 +217,7 @@ |
||
217 | 217 | throw new CittaException(strtr('HTTP Status {code} Error: {error}', [ |
218 | 218 | '{error}' => \yii\helpers\ArrayHelper::getValue($error, 'message', null), |
219 | 219 | '{code}' => $result->http_status_code |
220 | - ]) |
|
220 | + ]) |
|
221 | 221 | ); |
222 | 222 | } |
223 | 223 |