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

13 lines
207 B
PHP
Raw Normal View History

2019-01-13 17:02:15 +01:00
<?php
2019-01-15 22:57:54 +01:00
namespace App\Domain\RequestManagement;
2019-01-13 17:02:15 +01:00
/**
* Offers a Service for managing the rights.
*
* @author kevinfrantz
*/
interface RequestedUserRightFacadeInterface extends RequestedRightInterface
{
}