We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02744a commit b9b5f86Copy full SHA for b9b5f86
1 file changed
src/Console/Command/GeneratorCommand.php
@@ -22,6 +22,9 @@ class GeneratorCommand extends Command
22
'mapperExtends' => 'App\Model\Orm\BaseMapper',
23
];
24
25
+ /** @var string */
26
+ protected static $defaultName = 'orm:generator';
27
+
28
protected function configure(): void
29
{
30
$this->setName('orm:generator')
0 commit comments