Renamed class RequestedUserRightFacade to RequestedUserRight

This commit is contained in:
Kevin Frantz
2019-01-18 18:01:54 +01:00
parent effb1fc6da
commit 727a5c2aaf
7 changed files with 24 additions and 24 deletions

View File

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