mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
rename method
This commit is contained in:
parent
02ca9add52
commit
dded4fb804
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user