@@ -39,7 +39,7 @@ |
||
| 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 | } |