dddshelf / ddd-in-php-book-issues

Leave your comments, improvements or book mistakes as an issue! Thanks ❤️
https://leanpub.com/ddd-in-php
28 stars 2 forks source link

Add namespaces to all the code #92

Closed CViniciusSDias closed 8 months ago

CViniciusSDias commented 4 years ago

Some code examples lack of namespace. The TransactionalSession interface, for instance... In the book, I don't recall seeing its definition with namespace, so I got a bit confused about where would be a nice place to put it in my architecture.