From 2d309ce4173e26688c98fcff7394923f8576dd68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 15 May 2020 19:37:58 +0200 Subject: [PATCH] Remove comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5df53e1..46fef1f 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ JobPipeline::make([ SeedDatabase::class, ])->send(function (TenantCreated $event) { return $event->tenant; -})->shouldBeQueued(true), +})->shouldBeQueued(true) ``` Finally, convert the pipeline to a listener and bind it to an event: