Skip to content

Commit

Permalink
Remove flush
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Aug 29, 2024
1 parent b466c09 commit bb42156
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/EventListener/Doctrine/ProductListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,5 @@ private function handle(LifecycleEventArgs $eventArgs): void

$variant->setPeakUploadProductVariantRequest($uploadProductVariantRequest);
}

$eventArgs->getObjectManager()->flush();
}
}

0 comments on commit bb42156

Please sign in to comment.