You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought only Domain objects and Application objects could instantiate or implement Domain objects. In other words, Infrastructure only needs to know implementation signatures from the application layer where the infrastructure object will be used.
The text was updated successfully, but these errors were encountered:
I'm not sure if I should avoid using Domain objects into Implementation as you do in the next line:
php-ddd-example/src/Backoffice/Courses/Infrastructure/Persistence/ElasticsearchBackofficeCourseRepository.php
Line 7 in 51ffa79
I thought only Domain objects and Application objects could instantiate or implement Domain objects. In other words, Infrastructure only needs to know implementation signatures from the application layer where the infrastructure object will be used.
The text was updated successfully, but these errors were encountered: