mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
13 lines
192 B
PHP
13 lines
192 B
PHP
<?php
|
|
|
|
namespace App\Domain\RequestManagement\Action;
|
|
|
|
/**
|
|
* Allows to use a action as a service.
|
|
* @todo Implement!
|
|
* @author kevinfrantz
|
|
*/
|
|
interface RequestedActionServiceInterface
|
|
{
|
|
}
|