Remove WIP
This commit is contained in:
parent
63886737a6
commit
a319f9991c
|
@ -43,9 +43,7 @@ class Console extends \Asika\SimpleConsole\Console
|
|||
{
|
||||
$commandList = '';
|
||||
foreach ($this->routes as $command => $class) {
|
||||
$this->out($class);
|
||||
|
||||
$commandList .= ' ' . $command . ' ' . $class::description . "\n";
|
||||
$commandList .= ' ' . $command . "\n";
|
||||
}
|
||||
|
||||
$help = <<<HELP
|
||||
|
|
Loading…
Reference in a new issue