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

Commit

Permalink
Merge pull request #11 from zeraist/patch-1
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
Mulkave authored Dec 18, 2016
2 parents 8144c21 + c27a1fb commit e7883e6
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 e7883e6

Please sign in to comment.