Test Setup Failed
Push — master ( 1b815c...014ade )
by Mohamed
13:39 queued 07:32
created
app/Console/Commands/OpenTOPending.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     public function handle()
40 40
     {
41
-        Institution_student_admission::where('status_id',121)->update([
41
+        Institution_student_admission::where('status_id', 121)->update([
42 42
             'status_id' => 122
43 43
         ]);
44 44
     }
Please login to merge, or discard this patch.