This commit is contained in:
2021-01-19 20:10:29 +08:00
parent 7829a76e40
commit 14d58128cf
-1
View File
@@ -129,7 +129,6 @@ class ' . $managerName . ' extends ActiveRecord
if ($key == 'primary') { if ($key == 'primary') {
continue; continue;
} }
if ($property->hasType()) { if ($property->hasType()) {
$html .= ' $html .= '
' . $debug . ' ' . $property->getType() . ' $' . $key . ' = ' . $val . ';' . "\n"; ' . $debug . ' ' . $property->getType() . ' $' . $key . ' = ' . $val . ';' . "\n";