Update gender to constants

This commit is contained in:
Visman 2023-05-14 20:31:03 +07:00
parent 60c66eac01
commit d22d5230cc

View file

@ -37,6 +37,11 @@ define('FORK_MESS_WARN', 'w');
define('FORK_MESS_ERR', 'e');
define('FORK_MESS_VLD', 'v');
define('FORK_GEN_NOT', 0);
define('FORK_GEN_MAN', 1);
define('FORK_GEN_FEM', 2);
require __DIR__ . '/../vendor/autoload.php';
$errorHandler = new ErrorHandler();