mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-06 05:25:33 +01:00
Use command default name
This commit is contained in:
parent
4083ef802b
commit
b9dfa9bd7e
2 changed files with 2 additions and 3 deletions
|
@ -14,5 +14,5 @@ $container = new Container();
|
|||
|
||||
/** @var Application $application */
|
||||
$application = $container->get(Application::class);
|
||||
$application->setDefaultCommand(GenerateCommand::NAME);
|
||||
$application->setDefaultCommand(GenerateCommand::getDefaultName());
|
||||
$application->run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue