Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Jul 22, 2022
1 parent 0f2d03d commit cf8a69e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Admin/BlockAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ protected function configureFormFields(FormMapper $form): void
return $repository->createQueryBuilder('a')
->andWhere('a.page = :page AND a.type IN (:types)')
->setParameters([
'page' => $page,
'types' => $containerBlockTypes,
]);
'page' => $page,
'types' => $containerBlockTypes,
]);
},
], [
'admin_code' => $this->getCode(),
Expand Down

0 comments on commit cf8a69e

Please sign in to comment.