mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 14:36:13 +00:00
8 lines
88 B
PHP
8 lines
88 B
PHP
<?php
|
|
|
|
namespace Chill\MainBundle\Security\Authorization;
|
|
|
|
interface VoterInterface
|
|
{
|
|
}
|