Foo4Command.php 180 B

123456789101112
  1. <?php
  2. use Symfony\Component\Console\Command\Command;
  3. class Foo4Command extends Command
  4. {
  5. protected function configure()
  6. {
  7. $this->setName('foo3:bar:toh');
  8. }
  9. }