Foo6Command.php 213 B

12345678910111213
  1. <?php
  2. use Symfony\Component\Console\Command\Command;
  3. class Foo6Command extends Command
  4. {
  5. protected function configure()
  6. {
  7. $this->setName('0foo:bar')->setDescription('0foo:bar command');
  8. }
  9. }