Files
chill-bundles/src/Bundle/ChillMainBundle/Security/Authorization/VoterInterface.php

8 lines
88 B
PHP

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