This commit is contained in:
2021-01-19 19:56:08 +08:00
parent d1fea7c183
commit 1ee6a05860
-3
View File
@@ -126,9 +126,6 @@ class ' . $managerName . ' extends ActiveRecord
$html .= '
' . $debug . ' static $' . $key . ' = ' . $val . ';' . "\n";
} else {
if ($key == 'primary') {
continue;
}
$html .= '
' . $debug . ' $' . $key . ' = ' . $val . ';' . "\n";
}