Current path: home/webdevt/www/wdp/wp-content/plugins/wdp-facture-groupe/vendor/symfony/console/Tests/Fixtures/
?? Go up: /home/webdevt/www/wdp/wp-content/plugins/wdp-facture-groupe/vendor/symfony/console/Tests
<?php
use Symfony\Component\Console\Command\Command;
class FooSameCaseLowercaseCommand extends Command
{
protected function configure()
{
$this->setName('foo:bar')->setDescription('foo:bar command');
}
}