Skip to content

Commit bb87c0e

Browse files
authored
Merge pull request #78 from weitzman/patch-12
Shorten bundle class alias
2 parents e242f62 + 2ebc444 commit bb87c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Entity/EntityBundleClass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class EntityBundleClass extends ModuleGenerator {
2222
protected string $name = 'entity:bundle-class';
2323
protected string $description = 'Generate a bundle class for a content entity.';
2424
protected string $templatePath = Application::TEMPLATE_PATH . '/entity-bundle-class';
25-
protected string $alias = 'entity-bundle-class';
25+
protected string $alias = 'bundle-class';
2626

2727
/**
2828
* {@inheritdoc}

0 commit comments

Comments
 (0)