CodelyTV / php-ddd-example

🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 6

Home Page:https://pro.codely.tv/library/ddd-en-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We should not flush an entity

Kwadz opened this issue · comments

According to Ocramius in this post, we should never flush an entity, like in DoctrineRepository.php. This param will be deprecated in Doctrine 3.0.

Related issues in Doctrine: