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 );