Flag of Ukraine
SymfonyCasts stands united with the people of Ukraine
Next Chapter

Challenge #1 of 1


Q: 

Check out these two Doctrine queries that live inside CategoryRepository:

$this->createQueryBuilder('category')
$this->createQueryBuilder('category')->select('category')

What is the difference between them?

userVoice