Repository URL to install this package:
|
Version:
2.3.7 ▾
|
<?php
namespace BrizyForms;
class ServiceConstant
{
const AUTO_GENERATE_FIELD = '_auto_generate';
const EMAIL_FIELD = 'email';
}