This commit is contained in:
2020-09-11 18:07:49 +08:00
parent 42623eadc7
commit afbe26dbb1
+1 -1
View File
@@ -414,7 +414,7 @@ class ' . $managerName . ' extends ActiveRecord
return null;
}
return '
public static $primary = \'' . $field . '\';';
public $primary = \'' . $field . '\';';
}
/**