Skip to content

Commit 5f6df0e

Browse files
committed
Fix error message
1 parent 02611b8 commit 5f6df0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helper/EmbeddedListHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function ($entityConfig) use ($entityFqcn) {
9292
' Try setting option "entity" (in type_options for NEW/EDIT/FORM view, or template_options for SHOW view)'.
9393
' with one of [%s].',
9494
$entityFqcn,
95-
\implode(', ', $matchingEntityConfigs)
95+
\implode(', ', \array_keys($matchingEntityConfigs))
9696
)
9797
);
9898
}

0 commit comments

Comments
 (0)