Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMendolia committed Sep 23, 2023
1 parent ba00c47 commit 9b76dca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Form/BookFilterType.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
'required' => false,
'mapped' => false,
'target_callback' => function (QueryBuilder $qb, ?string $readValue): void {

if ($readValue !== null && $readValue !== '') {
$qb->andWhere($qb->expr()->like('book.extension', ':extension'));
$qb->setParameter('extension', $readValue);
Expand Down

0 comments on commit 9b76dca

Please sign in to comment.