芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/app/Rules/License.php
18 && $len < 37 && substr_count($value, '-') > 2; } /** * Get the validation error message. * * @return string */ public function message() { return trans('app.invalid_license_key'); } }