<?php
/**
* @package Grav\Common\User
*
* @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved.
* @license MIT License; see LICENSE file for details.
*/
namespace Grav\Common\User\Interfaces;
/**
* Interface UserGroupInterface
* @package Grav\Common\User\Interfaces
*/
interface UserGroupInterface extends AuthorizeInterface
{
}