We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ece57c commit 3ea992cCopy full SHA for 3ea992c
1 file changed
src/Console/Command/GeneratorCommand.php
@@ -57,7 +57,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
57
}
58
mkdir($directory, 0777, TRUE);
59
60
- $namespace = $this->getOption($input, 'namespace');
+ $namespace = $this->getOption($input, 'namespace') . '/' . $input->getArgument('entityName');
61
62
// entity
63
$entityName = $input->getArgument('entityName');
0 commit comments