Skip to content

Commit

Permalink
Merge pull request #117 from riverwaysoft/mitalcoi-patch-2
Browse files Browse the repository at this point in the history
Update ConvertCommand.php
  • Loading branch information
mitalcoi authored Mar 18, 2024
2 parents 6b02a67 + f8a4fb2 commit 8823846
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Cli/ConvertCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use Riverwaysoft\PhpConverter\Config\PhpConverterConfig;
use Riverwaysoft\PhpConverter\DiffRenderer\DiffRenderer;
use Composer\XdebugHandler\XdebugHandler;
use Symfony\Component\Console\Attribute\AsCommand;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
Expand All @@ -21,6 +22,7 @@
use function file_get_contents;
use function json_encode;

#[AsCommand('riverwaysoft:php_converter:generate')]
class ConvertCommand extends Command
{
protected static $defaultName = 'generate';
Expand Down

0 comments on commit 8823846

Please sign in to comment.