mrkaminski

Results 1 comments of mrkaminski

Hi, i have debugged the code. There is missing font color. To fix it use following: ` $builder = new CaptchaBuilder(); $builder->setTextColor(255, 255, 255); $builder->build(); `