We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8f4a6 commit b9b59e2Copy full SHA for b9b59e2
src/Doctrine/PolyglotListener.php
@@ -76,10 +76,6 @@ public function prePersist(LifecycleEventArgs $event): void
76
77
private function injectPersistentTranslatables(EntityManager $entityManager, object $object): void
78
{
79
- if (isset($this->entitiesWithTranslatables[$object])) {
80
- return;
81
- }
82
-
83
$hasTranslatables = false;
84
85
foreach ($this->getTranslationMetadatas($object, $entityManager) as $tm) {
0 commit comments