This commit is contained in:
2020-12-14 10:16:03 +08:00
parent a2d8fc0207
commit d3909caca9
+1
View File
@@ -202,6 +202,7 @@ class ' . $managerName . ' extends ActiveRecord
/** /**
* @param $value * @param $value
* @return false|string * @return false|string
* @throws Exception
*/ */
public function set' . ucfirst($field['Field']) . 'Attribute($value) public function set' . ucfirst($field['Field']) . 'Attribute($value)
{ {