Skip to content

Instantly share code, notes, and snippets.

View wholehogsoftware's full-sized avatar

wholehogsoftware

View GitHub Profile
<?php
namespace Hero\AgentBundle\Security\Authorization\Voter;
use Symfony\Component\Security\Core\Authorization\Voter\VoterInterface;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
use Symfony\Component\Security\Core\User\UserInterface;
/**
* Class LeadVoter
* @package Hero\AgentBundle\Security\Authorization\Voter