@@ -93,7 +93,7 @@ |
||
93 | 93 | $choices[$key + 1] = $seed; |
94 | 94 | } |
95 | 95 | $indexes = $io->choices('Choose which seed to execute', $choices, []); |
96 | - foreach ($indexes as $index){ |
|
96 | + foreach ($indexes as $index) { |
|
97 | 97 | $this->executeSeed($seeds[$index - 1]); |
98 | 98 | } |
99 | 99 | } |