Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed May 23, 2019
1 parent 02611b8 commit 5f6df0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helper/EmbeddedListHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function ($entityConfig) use ($entityFqcn) {
' Try setting option "entity" (in type_options for NEW/EDIT/FORM view, or template_options for SHOW view)'.
' with one of [%s].',
$entityFqcn,
\implode(', ', $matchingEntityConfigs)
\implode(', ', \array_keys($matchingEntityConfigs))
)
);
}
Expand Down

0 comments on commit 5f6df0e

Please sign in to comment.