astrXbian/www/multitube/vendor/symfony/console/Tests/Fixtures/Foo5Command.php
2021-03-20 01:33:02 +01:00

11 lines
139 B
PHP

<?php
use Symfony\Component\Console\Command\Command;
class Foo5Command extends Command
{
public function __construct()
{
}
}