芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/panorama.panoramawholesale.com/app/Rules/CheckEditorText.php
tags. * This are nedeed only for summer note editor * * @param string $attribute * @param mixed $value * @return bool */ public function passes($attribute, $value) { return trim(strip_tags($value)) != ''; } /** * Get the validation error message. * * @return string */ public function message() { return __('The text field is required.'); } }