@@ -251,9 +251,9 @@ |
||
| 251 | 251 | if (TargetKind::BATCH() == $request->getTargetKind()) { |
| 252 | 252 | //dd($request); |
| 253 | 253 | $this->getProvidersWrapper()->startTransaction(); |
| 254 | - try{ |
|
| 254 | + try { |
|
| 255 | 255 | $this->handleBatchRequest($request); |
| 256 | - }catch(\Exception $ex){ |
|
| 256 | + } catch(\Exception $ex) { |
|
| 257 | 257 | $this->getProvidersWrapper()->rollBackTransaction(); |
| 258 | 258 | throw $ex; |
| 259 | 259 | } |