rename method

This commit is contained in:
Julien Fastré 2021-10-20 20:50:27 +02:00
parent 02ca9add52
commit dded4fb804

View File

@ -205,7 +205,7 @@ $workflow = $this->registry->get($accompanyingPeriod);
* @param AccompanyingPeriod $period
* @return JsonResponse
*/
public function userReferral(AccompanyingPeriod $period, string $_format = 'json'): JsonResponse
public function suggestReferrals(AccompanyingPeriod $period, string $_format = 'json'): JsonResponse
{
$this->denyAccessUnlessGranted(AccompanyingPeriodVoter::EDIT, $period);