Skip to content

Commit ba40d03

Browse files
committed
Fix broken Symfony command
1 parent 936f8b3 commit ba40d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/graphql-client-code-generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ if ($input->getFirstArgument() === null) {
4141

4242
$application = new Application('graphql-client-code-generator', '1.0.0');
4343

44-
$application->addCommand(new Command()->setCode(new GenerateCommand(new Filesystem())));
44+
$application->addCommand(new Command('generate')->setCode(new GenerateCommand(new Filesystem())));
4545
$application->run($input);

0 commit comments

Comments
 (0)