8 lines
88 B
PHP

<?php
namespace Chill\MainBundle\Security\Authorization;
interface VoterInterface
{
}