改名
This commit is contained in:
+2
-2
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user