mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-16 02:06:23 +02:00
13 lines
182 B
PHP
13 lines
182 B
PHP
<?php
|
|
|
|
namespace App\Domain\RequestManagement;
|
|
|
|
/**
|
|
* Allows to use a right as a Service.
|
|
*
|
|
* @author kevinfrantz
|
|
*/
|
|
final class RequestedRightService extends RequestedRight
|
|
{
|
|
}
|