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 BarBucCommand extends Command
{
protected function configure()
{
$this->setName('bar:buc');
}
}