Skip to content

Commit

Permalink
Update ConsoleServiceProvider.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Apr 22, 2023
1 parent d8d2a66 commit a1e21dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ServiceProvider/ConsoleServiceProvider.php
Expand Up @@ -36,6 +36,7 @@ public function __invoke(ContainerInterface $container): void
{
$container->alias(SymfonyApplication::class, Compliance::class);
// Input
$container->set(ArgvInput::class, new ArgvInput());
$container->alias(Input::class, ArgvInput::class);
$container->alias(InputInterface::class, Input::class);
// Output
Expand Down

0 comments on commit a1e21dd

Please sign in to comment.