mirror of
https://github.com/SkillDisplay/PHPToolKit.git
synced 2024-11-22 07:56:09 +01:00
[FIX] Verification constant education
This commit is contained in:
parent
1c8c07954f
commit
1ad35bd909
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
define('VERIFICATION_SELF', 'self');
|
define('VERIFICATION_SELF', 'self');
|
||||||
define('VERIFICATION_EDUCATIONAL', 'educational');
|
define('VERIFICATION_EDUCATIONAL', 'education');
|
||||||
define('VERIFICATION_BUSINESS', 'business');
|
define('VERIFICATION_BUSINESS', 'business');
|
||||||
define('VERIFICATION_CERTIFICATION', 'certification');
|
define('VERIFICATION_CERTIFICATION', 'certification');
|
Loading…
Reference in a new issue