Exemple #1
0
 /**
  * Get the console command options.
  *
  * @return array
  */
 protected function getOptions()
 {
     return array_merge(parent::getOptions(), [['zip', null, InputOption::VALUE_NONE, 'Upload a zip archive instead of files']]);
 }