src/Security/Voter/Appointment/EditVoter.php line 8
<?php
declare(strict_types=1);
namespace App\Security\Voter\Appointment;
class EditVoter extends HasRoleForAppointmentVoter
{
protected function getRequiredRole(): string
{
return 'OFFICE_APPOINTMENT_EDIT';
}
}