Skip to content

Commit b9b5f86

Browse files
committed
lazy loading defaultName
1 parent a02744a commit b9b5f86

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Console/Command/GeneratorCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ class GeneratorCommand extends Command
2222
'mapperExtends' => 'App\Model\Orm\BaseMapper',
2323
];
2424

25+
/** @var string */
26+
protected static $defaultName = 'orm:generator';
27+
2528
protected function configure(): void
2629
{
2730
$this->setName('orm:generator')

0 commit comments

Comments
 (0)