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') {
continue;
}
if ($property->hasType()) {
$html .= '
' . $debug . ' ' . $property->getType() . ' $' . $key . ' = ' . $val . ';' . "\n";