Skip to content

Commit

Permalink
remove recent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AYAxDesign committed Jan 15, 2024
1 parent dd4b744 commit 176b6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mealz/MealBundle/Repository/ParticipantRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function getParticipantsByDay(DateTime $date, array $options = []): array

$queryBuilder = $this->getQueryBuilderWithOptions($options);
$queryBuilder->andWhere('m.dateTime LIKE :date');
$queryBuilder->setParameter(':date', $date->format('2024-01-16'));
$queryBuilder->setParameter(':date', $date);

$queryBuilder->orderBy('u.name', 'ASC');

Expand Down

0 comments on commit 176b6d7

Please sign in to comment.