modify
This commit is contained in:
@@ -856,6 +856,7 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
|
||||
var_dump(get_called_class() . '::' . $method);
|
||||
return $this->{$method}(...[$value]);
|
||||
}
|
||||
var_dump($method);
|
||||
if (array_key_exists($name, $this->_attributes)) {
|
||||
return static::getColumns()->_decode($name, $value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user