Add Captcha Management System
This commit is contained in:
parent
02b5afe4c0
commit
deaa6b1d20
3 changed files with 277 additions and 0 deletions
9
src/Socialbox/Enums/Status/CaptchaStatus.php
Normal file
9
src/Socialbox/Enums/Status/CaptchaStatus.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Socialbox\Enums\Status;
|
||||
|
||||
enum CaptchaStatus : string
|
||||
{
|
||||
case UNSOLVED = 'UNSOLVED';
|
||||
case SOLVED = 'SOLVED';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue