Test Setup Failed
Push — master ( 864fce...b12487 )
by Mohamed
02:19 queued 11s
created
app/Console/Commands/UpdatePreferredName.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      */
40 40
     public function handle()
41 41
     {
42
-        Security_user::where('is_student',true)
42
+        Security_user::where('is_student', true)
43 43
         ->whereRaw('CHAR_LENGTH(first_name) <= 90')
44 44
         ->update(['preferred_name' =>  DB::raw('first_name')]);
45 45
     }
Please login to merge, or discard this patch.