This commit is contained in:
2021-01-19 20:22:54 +08:00
parent 136f3693f9
commit a06182ef5b
+2 -2
View File
@@ -130,13 +130,13 @@ class ' . $managerName . ' extends ActiveRecord
if ($property->isStatic()) {
$html .= '
' . $debug . ' static ' . $type;
' . $debug . ' static' . $type;
} else {
if ($key == 'primary') {
continue;
}
$html .= '
' . $debug . ' ' . $type;
' . $debug . $type;
}
}