php-ddd-example
php-ddd-example copied to clipboard
Added use case to find the latest course
There are changes to fix tests after adding the created as property in the course model.
When I test the endpoint I get this error:
If a change the field in the order by clause from DoctrineCourseRepository (using an existing one) I get a similar error. So maybe it's a connection problem.
I also checked that the table is generated properly with the new column.