I\'m new in Doctrine, I\'m following the examples in the documentation. When I create a Repository class (e.g. UserRepository.php) and I try to extend EntityRepository class I g
Did you put namespace in your repository class?