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

The flush method should be outside repositories

Kwadz opened this issue · comments

We can see a flush method at DoctrineRepository.php#L31. According to this post, Doctrine repositories should be collections without flush.