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

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Features should call jobs
  • Loading branch information
zeraist authored Dec 15, 2016
1 parent 46257c9 commit c27a1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
]);

Expand Down

0 comments on commit c27a1fb

Please sign in to comment.