Skip to content

Commit

Permalink
Optimal AppStore (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s authored May 10, 2024
1 parent 6cb9321 commit 4ab9013
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ModelGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
use Psr\Container\NotFoundExceptionInterface;
use Symfony\Component\Console\Application;
use Symfony\Component\Console\Input\ArrayInput;
use Symfony\Component\Console\Output\BufferedOutput;
use Symfony\Component\Console\Output\NullOutput;

use function Hyperf\Support\env;
Expand Down Expand Up @@ -97,7 +96,7 @@ public function generator(): void
}

$input = new ArrayInput($command);
$output = new NullOutput(new ArrayInput([]), new BufferedOutput());
$output = new NullOutput();

/** @var Application $application */
$application = $this->container->get(ApplicationInterface::class);
Expand Down

0 comments on commit 4ab9013

Please sign in to comment.