chore: rename methods to better reflect their function
This commit is contained in:
@@ -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', [
|
||||
|
||||
Reference in New Issue
Block a user