diff --git a/src/Rejection.php b/src/Rejection.php index 579eb29..63488d6 100644 --- a/src/Rejection.php +++ b/src/Rejection.php @@ -6,10 +6,9 @@ use Bunny\Channel; use Bunny\Client; -use Kiboko\Contract\Pipeline\RejectionInterface; -use Kiboko\Contract\Pipeline\RejectionWithReasonInterface; +use Kiboko\Contract\Pipeline\StepRejectionInterface; -final readonly class Rejection implements RejectionInterface, RejectionWithReasonInterface +final readonly class Rejection implements StepRejectionInterface { private Channel $channel;