update v 1.0.7.5
This commit is contained in:
12
vendor/symfony/console/Tests/Fixtures/Foo6Command.php
vendored
Normal file
12
vendor/symfony/console/Tests/Fixtures/Foo6Command.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
|
||||
class Foo6Command extends Command
|
||||
{
|
||||
protected function configure()
|
||||
{
|
||||
$this->setName('0foo:bar')->setDescription('0foo:bar command');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user