Optimized RequestManagement

This commit is contained in:
Kevin Frantz
2019-01-15 22:57:54 +01:00
parent ee4dc0d052
commit 662541cec2
17 changed files with 161 additions and 76 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace App\Domain\RequestManagement;
/**
* Allows to use a right as a Service.
*
* @author kevinfrantz
*/
final class RequestedRightService extends RequestedRight
{
}