@@ -76,7 +76,8 @@ |
||
| 76 | 76 | $this->line(''); |
| 77 | 77 | |
| 78 | 78 | $anticipate = []; |
| 79 | - foreach($updateList as $key => $up) { |
|
| 79 | + foreach($updateList as $key => $up) |
|
| 80 | + { |
|
| 80 | 81 | $opt = $key + 1; |
| 81 | 82 | $anticipate[$opt] = $up; |
| 82 | 83 | $this->line('['.$opt.'] '.$up); |