astrXbian/www/multitube/vendor/symfony/console/Tests/Fixtures/Foo5Command.php

11 lines
139 B
PHP
Raw Normal View History

2021-03-20 01:33:02 +01:00
<?php
use Symfony\Component\Console\Command\Command;
class Foo5Command extends Command
{
public function __construct()
{
}
}