Challenge 1 / 1
Check out these two Doctrine queries that live inside CategoryRepository
:
$this->createQueryBuilder('category')
$this->createQueryBuilder('category')->select('category')
What is the difference between them?
Skip challenges and go to theNext Chapter