自定义表单功能
This commit is contained in:
@@ -17,7 +17,7 @@ class FormAttr extends Base{
|
||||
protected $type = array(
|
||||
'id' => 'integer',
|
||||
);
|
||||
|
||||
|
||||
protected static function init(){
|
||||
self::afterInsert(function($data){
|
||||
if ($data['form_id']) {
|
||||
|
||||
Reference in New Issue
Block a user