Skip to content

Commit

Permalink
Patch the Captcha_builder.php for PHP8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Jan 6, 2024
1 parent acafb0d commit b192b43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions application/libraries/Captcha_builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ class Captcha_builder
* @var array
*/
protected $lineColor = null;
/**
* @var array
*/
protected $background = null;
/**
* @var array
*/
Expand Down

0 comments on commit b192b43

Please sign in to comment.