Big changes added events for decisions
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services\DecisionEvents\Contracts;
|
||||
|
||||
use App\Services\DecisionEvents\DecisionEventContext;
|
||||
|
||||
interface DecisionEventHandler
|
||||
{
|
||||
public function handle(DecisionEventContext $context, array $config = []): void;
|
||||
}
|
||||
Reference in New Issue
Block a user