src/Security/Voter/Appointment/CreateVoter.php line 7
<?php
namespace App\Security\Voter\Appointment;
use App\Security\Voter\HasRoleForOfficeVoter;
class CreateVoter extends HasRoleForOfficeVoter
{
protected function getRequiredRole(): string
{
return 'OFFICE_APPOINTMENT_CREATE';
}
}