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 6985b5c + 6894f45 commit c764b35Copy full SHA for c764b35
src/Generator/EntityConfigGenerator.php
@@ -26,7 +26,7 @@ public function generate($module, $entity_name, $entity_class)
26
27
$this->renderFile(
28
'module/config/schema/entity.schema.yml.twig',
29
- $this->getModulePath($module) . '/config/schema/' . $entity_class . '.schema.yml',
+ $this->getModulePath($module) . '/config/schema/' . $entity_name . '.schema.yml',
30
$parameters
31
);
32
0 commit comments