Passed
Pull Request — main (#55)
by Thierry
05:38
created
src/Service/Planning/RoundService.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,8 +114,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.