mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-18 19:09:20 +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
|
|
{
|
|
}
|