gnu-social/vendor/symfony/console/Tests/Fixtures/Foo5Command.php

11 lines
139 B
PHP
Raw Normal View History

2020-08-08 07:42:38 +09:00
<?php
use Symfony\Component\Console\Command\Command;
class Foo5Command extends Command
{
public function __construct()
{
}
}