We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e242f62 + 2ebc444 commit bb87c0eCopy full SHA for bb87c0e
src/Command/Entity/EntityBundleClass.php
@@ -22,7 +22,7 @@ final class EntityBundleClass extends ModuleGenerator {
22
protected string $name = 'entity:bundle-class';
23
protected string $description = 'Generate a bundle class for a content entity.';
24
protected string $templatePath = Application::TEMPLATE_PATH . '/entity-bundle-class';
25
- protected string $alias = 'entity-bundle-class';
+ protected string $alias = 'bundle-class';
26
27
/**
28
* {@inheritdoc}
0 commit comments