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
+1 -1
View File
@@ -54,7 +54,7 @@ class AssignmentVoter extends Voter
$dispositions = $this
->entityManager
->getRepository(Disposition::class)
->getCurrentByAssignment($assignment)
->findCurrentDispositionsByAssignment($assignment)
;
return count($dispositions) < $availableSlots;