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