From c27a1fb24849859701a947a0c8fc435161a52465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Marques?= Date: Thu, 15 Dec 2016 15:28:55 +0000 Subject: [PATCH] Update readme.md Features should call jobs --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cd4bfb1..9c3bc48 100644 --- a/readme.md +++ b/readme.md @@ -236,7 +236,7 @@ public function handle(Request $request) // throw an exception of InvalidArgumentException $this->run(new ValidateUserSearchQueryJob($request->input())); - $results = $this->run(SearchUsersFeature::class, [ + $results = $this->run(SearchUsersJob::class, [ 'query' => $request->input('query'), ]);