ddd-in-php-book-issues
ddd-in-php-book-issues copied to clipboard
Add namespaces to all the code
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.