Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMendolia committed Sep 20, 2023
1 parent 0cb23a9 commit 078ff45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Controller/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public function index(Request $request, BookRepository $bookRepository, Paginato

$form = $this->createAndHandleFilter(BookFilterType::class, $qb, $request);


$pagination = $paginator->paginate(
$qb->getQuery(),
$page,
Expand Down

0 comments on commit 078ff45

Please sign in to comment.