I am working through part4 of Symfony2, and while updating the controller and helper class code i got the following error message
Undefined method \'getLates
In Symfony 3 you are probably missing the repository class in your orm.xml file.
orm.xml
repository-class="Bundle\Repository\MyRepository"