Added missing response::send() after refactoring
This commit is contained in:
@@ -19,7 +19,7 @@ class Captcha extends BaseController
|
||||
*/
|
||||
public function image()
|
||||
{
|
||||
$this->response->withContentType('image/jpeg');
|
||||
$this->response->withContentType('image/jpeg')->send();
|
||||
|
||||
$builder = new CaptchaBuilder;
|
||||
$builder->build();
|
||||
|
||||
Reference in New Issue
Block a user