Skip to content

Commit 722ea84

Browse files
committed
Add missing file extension to REST resource configuration
1 parent 69f7a9c commit 722ea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Entity/ContentEntity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ protected function generate(array &$vars): void {
9999
}
100100

101101
if ($vars['rest_configuration']) {
102-
$this->addFile('config/optional/rest.resource.entity.{entity_type_id}', 'config/optional/rest.resource.entity.example.yml');
102+
$this->addFile('config/optional/rest.resource.entity.{entity_type_id}.yml', 'config/optional/rest.resource.entity.example.yml');
103103
}
104104

105105
if ($vars['bundle']) {

0 commit comments

Comments
 (0)