@@ -114,8 +114,7 @@ |
||
114 | 114 | $tontine->sessions()->where('round_id', $roundId)->delete(); |
115 | 115 | $tontine->rounds()->where('id', $roundId)->delete(); |
116 | 116 | }); |
117 | - } |
|
118 | - catch(Exception $e) |
|
117 | + } catch(Exception $e) |
|
119 | 118 | { |
120 | 119 | throw new MessageException(trans('tontine.round.errors.delete')); |
121 | 120 | } |