@@ 100-108 (lines=9) @@ | ||
97 | * |
|
98 | * @return array |
|
99 | */ |
|
100 | protected function getOptions() |
|
101 | { |
|
102 | return [ |
|
103 | ['database', null, InputOption::VALUE_OPTIONAL, 'The database connection to use.'], |
|
104 | ['force', null, InputOption::VALUE_NONE, 'Force the operation to run while in production.'], |
|
105 | ['pretend', null, InputOption::VALUE_NONE, 'Dump the SQL queries that would be run.'], |
|
106 | ['seed', null, InputOption::VALUE_NONE, 'Indicates if the seed task should be re-run.'] |
|
107 | ]; |
|
108 | } |
|
109 | } |
|
110 |
@@ 199-207 (lines=9) @@ | ||
196 | * |
|
197 | * @return array |
|
198 | */ |
|
199 | protected function getOptions() |
|
200 | { |
|
201 | return [ |
|
202 | ['database', null, InputOption::VALUE_OPTIONAL, 'The database connection to use.'], |
|
203 | ['force', null, InputOption::VALUE_NONE, 'Force the operation to run while in production.'], |
|
204 | ['pretend', null, InputOption::VALUE_OPTIONAL, 'Dump the SQL queries that would be run.'], |
|
205 | ['seed', null, InputOption::VALUE_OPTIONAL, 'Indicates if the seed task should be re-run.'] |
|
206 | ]; |
|
207 | } |
|
208 | } |
|
209 |
@@ 165-173 (lines=9) @@ | ||
162 | * |
|
163 | * @return array |
|
164 | */ |
|
165 | protected function getOptions() |
|
166 | { |
|
167 | return [ |
|
168 | ['database', null, InputOption::VALUE_OPTIONAL, 'The database connection to use.'], |
|
169 | ['force', null, InputOption::VALUE_NONE, 'Force the operation to run while in production.'], |
|
170 | ['pretend', null, InputOption::VALUE_NONE, 'Dump the SQL queries that would be run.'], |
|
171 | ['seed', null, InputOption::VALUE_NONE, 'Indicates if the seed task should be re-run.'], |
|
172 | ]; |
|
173 | } |
|
174 | } |
|
175 |