mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized RequestManagement
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\RequestManagement;
|
||||
|
||||
/**
|
||||
* Allows to use a right as a Service.
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
final class RequestedRightService extends RequestedRight
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user