@@ -138,7 +138,7 @@ |
||
| 138 | 138 | if(!empty($students)){ |
| 139 | 139 | $this->output->writeln(count($students). 'students remaining'); |
| 140 | 140 | array_walk($students, array($this, 'clone')); |
| 141 | - }else{ |
|
| 141 | + } else{ |
|
| 142 | 142 | $this->output->writeln('All are generated'); |
| 143 | 143 | exit; |
| 144 | 144 | } |