feat: email reminder about pending feedbacks for hotel managers
This commit is contained in:
@@ -157,6 +157,14 @@ class DispositionRepository extends ServiceEntityRepository
|
||||
return $qb->getQuery();
|
||||
}
|
||||
|
||||
public function getPendingFeedbacks(): array
|
||||
{
|
||||
return $this
|
||||
->getPendingFeedbackQuery()
|
||||
->getResult()
|
||||
;
|
||||
}
|
||||
|
||||
public function getPendingFeedbackByHotelBusProIds(array $hotelBusProIds): array
|
||||
{
|
||||
return $this
|
||||
|
||||
Reference in New Issue
Block a user