Test Setup Failed
Pull Request — master (#566)
by Mohamed
11:56
created
app/Console/Commands/RemoveDuplicatedGuardians.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
                t1.created < t2.created AND
60 60
                t1.student_id = t2.student_id AND
61 61
                t1.guardian_id = t1.guardian_id");
62
-       }catch(\Exception $e){
62
+       } catch(\Exception $e){
63 63
            dd($e);
64 64
        }
65 65
     }
Please login to merge, or discard this patch.