infinito/application/symfony/src/Domain/RequestManagement/RequestedUserRightInterface.php

13 lines
201 B
PHP

<?php
namespace App\Domain\RequestManagement;
/**
* Offers a Service for managing the rights.
*
* @author kevinfrantz
*/
interface RequestedUserRightInterface extends RequestedRightInterface
{
}