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()) { if ($property->isStatic()) {
$html .= ' $html .= '
' . $debug . ' static ' . $type; ' . $debug . ' static' . $type;
} else { } else {
if ($key == 'primary') { if ($key == 'primary') {
continue; continue;
} }
$html .= ' $html .= '
' . $debug . ' ' . $type; ' . $debug . $type;
} }
} }