| Current Path : /proc/self/cwd/vendor/symfony/console/Tests/Fixtures/ |
| Current File : //proc/self/cwd/vendor/symfony/console/Tests/Fixtures/FooSameCaseLowercaseCommand.php |
<?php
use Symfony\Component\Console\Command\Command;
class FooSameCaseLowercaseCommand extends Command
{
protected function configure()
{
$this->setName('foo:bar')->setDescription('foo:bar command');
}
}