Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit c27a1fb

Browse files
authored
Update readme.md
Features should call jobs
1 parent 46257c9 commit c27a1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public function handle(Request $request)
236236
// throw an exception of InvalidArgumentException
237237
$this->run(new ValidateUserSearchQueryJob($request->input()));
238238

239-
$results = $this->run(SearchUsersFeature::class, [
239+
$results = $this->run(SearchUsersJob::class, [
240240
'query' => $request->input('query'),
241241
]);
242242

0 commit comments

Comments
 (0)