We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70d0f78 + 63e4fa6 commit eac90a0Copy full SHA for eac90a0
doctrine.rst
@@ -612,7 +612,7 @@ a new method for this to your repository::
612
*/
613
public function findAllGreaterThanPrice($price): array
614
{
615
- // automatically knows to selects Products
+ // automatically knows to select Products
616
// the "p" is an alias you'll use in the rest of the query
617
$qb = $this->createQueryBuilder('p')
618
->andWhere('p.price > :price')
0 commit comments