Skip to content

Commit

Permalink
Merge pull request #2 from rujealfon/patch-2
Browse files Browse the repository at this point in the history
change request to response
  • Loading branch information
aprilsacil authored Nov 23, 2018
2 parents cabe0de + ddf2d5b commit 34cba32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cradle.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

//render the key
$key = $config['token'];
$request->setResults('captcha', $key);
$response->setResults('captcha', $key);
});

/**
Expand Down

0 comments on commit 34cba32

Please sign in to comment.