Skip to content

Commit be032d2

Browse files
authored
Merge pull request #143 from immeyti/master
Empty the buffer before get capcha
2 parents c9885e3 + 7909ce3 commit be032d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/CaptchaController.php

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class CaptchaController extends Controller
2020
*/
2121
public function getCaptcha(Captcha $captcha, $config = 'default')
2222
{
23+
ob_clean();
2324
return $captcha->create($config);
2425
}
2526

0 commit comments

Comments
 (0)