mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
fix folder name
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Chill\MainBundle\Form\Utils;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
*/
|
||||
interface PermissionsGroupFlagProvider
|
||||
{
|
||||
/**
|
||||
* Return an array of flags
|
||||
*
|
||||
* @return string[] an array. Keys are ignored.
|
||||
*/
|
||||
public function getPermissionsGroupFlags(): array;
|
||||
}
|
Reference in New Issue
Block a user