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 02611b8 commit 5f6df0eCopy full SHA for 5f6df0e
src/Helper/EmbeddedListHelper.php
@@ -92,7 +92,7 @@ function ($entityConfig) use ($entityFqcn) {
92
' Try setting option "entity" (in type_options for NEW/EDIT/FORM view, or template_options for SHOW view)'.
93
' with one of [%s].',
94
$entityFqcn,
95
- \implode(', ', $matchingEntityConfigs)
+ \implode(', ', \array_keys($matchingEntityConfigs))
96
)
97
);
98
}
0 commit comments