This commit is contained in:
2021-01-19 19:50:44 +08:00
parent 2c527c478f
commit a80f95f64d
+1 -1
View File
@@ -142,7 +142,7 @@ class ' . $managerName . ' extends ActiveRecord
$html .= $this->createRules($this->fields);
$out = ['rules', 'tableName'];
$out = ['rules', 'tableName', 'attributes'];
if (is_object($class)) {
$methods = $class->getMethods(\ReflectionMethod::IS_PUBLIC);