Update query-builder.rst
Removed one brace
This commit is contained in:
parent
81fe6a82b3
commit
6ac7480df4
@ -113,7 +113,7 @@ suggested standard way to build queries:
|
|||||||
$qb->expr()->eq('u.id', '?1'),
|
$qb->expr()->eq('u.id', '?1'),
|
||||||
$qb->expr()->like('u.nickname', '?2')
|
$qb->expr()->like('u.nickname', '?2')
|
||||||
))
|
))
|
||||||
->orderBy('u.surname', 'ASC'));
|
->orderBy('u.surname', 'ASC');
|
||||||
|
|
||||||
Here is a complete list of helper methods available in ``QueryBuilder``:
|
Here is a complete list of helper methods available in ``QueryBuilder``:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user