mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +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
|
* @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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user