refactor(infrastructure): Reorganize routing and messaging architecture with middleware support
This commit is contained in:
8
src/Infrastructure/Routing/IRequestHandler.php
Normal file
8
src/Infrastructure/Routing/IRequestHandler.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace DistributingCarriers\Infrastructure\Routing;
|
||||
|
||||
interface IRequestHandler
|
||||
{
|
||||
public function handle(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user