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

Application services expose entities

rubencm opened this issue · comments

Here for example, as you can see, the CourseFinder return a Course entity, allowing the rest of the application to interact directly with the domain bypassing the application services.