|
@@ -63,7 +63,7 @@ class Application extends BaseApplication
|
|
*/
|
|
*/
|
|
protected function registerCommands()
|
|
protected function registerCommands()
|
|
{
|
|
{
|
|
- $this->add(new Command\HelpCommand());
|
|
|
|
|
|
+ $this->add(new Command\AboutCommand());
|
|
$this->add(new Command\InstallCommand());
|
|
$this->add(new Command\InstallCommand());
|
|
$this->add(new Command\UpdateCommand());
|
|
$this->add(new Command\UpdateCommand());
|
|
$this->add(new Command\DebugPackagesCommand());
|
|
$this->add(new Command\DebugPackagesCommand());
|