Skip to content

Commit

Permalink
Update working-with-the-bundle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartheyrman22 authored Aug 30, 2024
1 parent 8543eff commit 2015579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/working-with-the-bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ class ItemFilterType extends AbstractType
$builder->add('rank', Filters\NumberFilterType::class);

$builder->add('options', Filters\CollectionAdapterFilterType::class, [
'entry_type' => new OptionsFilterType(),
'entry_type' => OptionsFilterType::class,
'add_shared' => function (FilterBuilderExecuterInterface $qbe) {
$closure = function (QueryBuilder $filterBuilder, $alias, $joinAlias, Expr $expr) {
// add the join clause to the doctrine query builder
Expand Down

0 comments on commit 2015579

Please sign in to comment.