Skip to content

Commit d2f71ac

Browse files
committed
error message
1 parent 1a55683 commit d2f71ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Config/ConfigValidator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ private function checkConfigFields($entityConfig, $schemaConfig)
9090
if (in_array($discriminatorValue, $this->discriminatorValues)) {
9191
throw new ConfigFieldException(
9292
sprintf(
93-
'"%s" discriminator value has already beed used.
93+
'"%s" discriminator value has already been used.
9494
It seems there are two entity classes inside "indexed_entities" with identical discriminator config field value',
9595
$discriminatorValue
9696
)

0 commit comments

Comments
 (0)