/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
symfony
/
console
/
Tests
/
Fixtures
/
Upload File
HOME
<?php use Symfony\Component\Console\Command\Command; class FooSameCaseUppercaseCommand extends Command { protected function configure(): void { $this->setName('foo:BAR')->setDescription('foo:BAR command'); } }