src/Security/Voter/Patient/RemoveVoter.php line 8
<?php
declare(strict_types=1);
namespace App\Security\Voter\Patient;
class RemoveVoter extends HasRoleForPatientVoter
{
protected function getRequiredRole(): string
{
return 'OFFICE_PATIENT_REMOVE';
}
}