@@ -88,7 +88,8 @@ |
||
88 | 88 | $this->line(''); |
89 | 89 | |
90 | 90 | $anticipate = []; |
91 | - foreach($updateList as $key => $up) { |
|
91 | + foreach($updateList as $key => $up) |
|
92 | + { |
|
92 | 93 | $opt = $key; |
93 | 94 | $anticipate[$opt] = $up; |
94 | 95 | } |