mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-10 14:16:27 +00: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