mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Refactored parts of MVCRoutineService to ProcessService
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Domain\ProcessManagement;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface ProcessServiceInterface
|
||||
{
|
||||
public function process(): void;
|
||||
}
|
Reference in New Issue
Block a user