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.
1 parent 46e5a89 commit e242f62Copy full SHA for e242f62
src/Command/Entity/ContentEntity.php
@@ -99,7 +99,7 @@ protected function generate(array &$vars): void {
99
}
100
101
if ($vars['rest_configuration']) {
102
- $this->addFile('config/optional/rest.resource.entity.{entity_type_id}', 'config/optional/rest.resource.entity.example.yml');
+ $this->addFile('config/optional/rest.resource.entity.{entity_type_id}.yml', 'config/optional/rest.resource.entity.example.yml');
103
104
105
if ($vars['bundle']) {
0 commit comments