feat : mise à jour de la structure du projet
This commit is contained in:
10
src/Shared/Application/Bus/CommandBusInterface.php
Normal file
10
src/Shared/Application/Bus/CommandBusInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Shared\Application\Bus;
|
||||
|
||||
interface CommandBusInterface
|
||||
{
|
||||
public function dispatch(object $command): void;
|
||||
}
|
||||
Reference in New Issue
Block a user