Remove default command name on installer.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-07-11 04:00:54 -05:00
parent 26ed1df873
commit 9b37195822
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 0 additions and 1 deletions

View File

@ -18,5 +18,4 @@ $console->command(
new App\Installer\Command\InstallCommand($environment)
);
$console->setDefaultCommand('install', true);
$console->run();