Skip to content

Commit 3eb2023

Browse files
author
jay
committed
兼容symfony4.4
1 parent fc3232b commit 3eb2023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DocumentBundle/Command/GenerateDocumentCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function execute(InputInterface $input, OutputInterface $output)
8484

8585
$this->io->success('生成成功');
8686

87-
return \Symfony\Component\Console\Command\Command::SUCCESS;
87+
return 0;
8888
}
8989

9090
private function globalConfig()

0 commit comments

Comments
 (0)