mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-04 04:35:33 +01:00
Use class names for service names
This commit is contained in:
parent
0779825f80
commit
685fbe5188
4 changed files with 6 additions and 9 deletions
|
@ -13,6 +13,6 @@ if (file_exists(__DIR__.'/../vendor/autoload.php')) {
|
|||
$container = new Container();
|
||||
|
||||
/** @var Application $application */
|
||||
$application = $container->get('app.cli');
|
||||
$application = $container->get(Application::class);
|
||||
$application->setDefaultCommand(GenerateCommand::NAME);
|
||||
$application->run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue