chore: rename methods to better reflect their function

This commit is contained in:
Björn Fromme
2023-12-08 10:19:49 +01:00
parent ab066c4656
commit 0dfe3f54c7
9 changed files with 19 additions and 19 deletions
@@ -37,12 +37,12 @@ class IndexController extends AbstractController
$newDispositions = $this
->dispositionRepository
->getNewByHotelBusProIds($hotelBusProIds)
->findNewDispositionsByHotelBusProIds($hotelBusProIds)
;
$pendingFeedbacks = $this
->dispositionRepository
->getPendingFeedbackByHotelBusProIds($hotelBusProIds)
->findDispositionsWithPendingFeedbackByHotelBusProIds($hotelBusProIds)
;
return $this->render('house_manager/index.html.twig', [