Files
nhgooi.nl/website/vendor/symfony/console/Tests/Fixtures/Foo5Command.php
2020-01-06 02:36:10 +01:00

11 lines
139 B
PHP

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