Merge pull request #6601 from martin-georgiev/master
Fix double spacing in "cascade persist missing" exception message
This commit is contained in:
commit
2b8acb9907
@ -93,7 +93,7 @@ class ORMInvalidArgumentException extends \InvalidArgumentException
|
||||
. $assoc['sourceEntity'] . "#" . $assoc['fieldName'] . "' that was not"
|
||||
. " configured to cascade persist operations for entity: " . self::objToStr($entry) . "."
|
||||
. " To solve this issue: Either explicitly call EntityManager#persist()"
|
||||
. " on this unknown entity or configure cascade persist "
|
||||
. " on this unknown entity or configure cascade persist"
|
||||
. " this association in the mapping for example @ManyToOne(..,cascade={\"persist\"})."
|
||||
. (method_exists($entry, '__toString') ? "": " If you cannot find out which entity causes the problem"
|
||||
. " implement '" . $assoc['targetEntity'] . "#__toString()' to get a clue."));
|
||||
|
Loading…
x
Reference in New Issue
Block a user