#21 add planned closing time to food order
All checks were successful
/ ls (pull_request) Successful in 31s
/ ls (push) Successful in 31s

This commit is contained in:
lubiana 2024-06-27 17:14:59 +02:00
parent 634f13d968
commit b479fbf5ed
No known key found for this signature in database
5 changed files with 11 additions and 3 deletions

View file

@ -27,7 +27,7 @@ final class FoodOrderRepository extends ServiceEntityRepository
/**
* @return FoodOrder[]
*/
public function findLatestEntries(int $limit = 10): array
public function findLatestEntries(int $limit = 5): array
{
$qb = $this->createQueryBuilder('alias');