From 92dd408243e064e89bf0c860d6d0c6cd4b42bd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Aur=C3=A9lio=20Deleu?= Date: Tue, 18 Oct 2022 13:59:30 +0200 Subject: [PATCH] Send event to ArtisanLambda from pipeline --- handlers/pipeline.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/pipeline.php b/handlers/pipeline.php index 7c66272..bbfd597 100644 --- a/handlers/pipeline.php +++ b/handlers/pipeline.php @@ -20,7 +20,7 @@ }); $status = $kernel->handle( - $input = new \CustomerGauge\Bref\Input\ArtisanLambdaInput, + $input = new \CustomerGauge\Bref\Input\ArtisanLambdaInput($event), new \Symfony\Component\Console\Output\ConsoleOutput );