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.
1 parent b4d7423 commit 7c8660bCopy full SHA for 7c8660b
docs/source/index.html.md
@@ -279,7 +279,7 @@ interaction based on internal changes in this bundle and/or Doctrine ORM.
279
```php?start_inline=1
280
$table->createAdapter(ORMAdapter::class, [
281
'entity' => Employee::class,
282
- 'query' => [
+ 'criteria' => [
283
function (QueryBuilder $builder) {
284
$builder->andWhere($builder->expr()->like('c.name', ':test'))->setParameter('test', '%ny 2%');
285
},
0 commit comments