mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
rename method
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user