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