<?php
declare(strict_types=1);
namespace App\Security\Voter\Survey;
class EditVoter extends HasRoleForSurveyVoter
{
protected function getRequiredRole(): string
return 'OFFICE_SURVEY_EDIT';
}