mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 16:45:01 +00:00
rename method
This commit is contained in:
@@ -205,7 +205,7 @@ $workflow = $this->registry->get($accompanyingPeriod);
|
|||||||
* @param AccompanyingPeriod $period
|
* @param AccompanyingPeriod $period
|
||||||
* @return JsonResponse
|
* @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);
|
$this->denyAccessUnlessGranted(AccompanyingPeriodVoter::EDIT, $period);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user