Remove WIP

This commit is contained in:
Hypolite Petovan 2018-11-12 21:48:13 -05:00
parent 63886737a6
commit a319f9991c
1 changed files with 1 additions and 3 deletions

View File

@ -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