This commit is contained in:
as2252258@163.com
2021-04-24 19:49:11 +08:00
parent 0077948d12
commit 0deb02d4f6
-1
View File
@@ -844,7 +844,6 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
public function __get($name): mixed
{
$value = $this->_attributes[$name] ?? null;
var_dump($value);
$loader = Snowflake::app()->getAnnotation();
if (!empty($method = $loader->getGetMethodName(get_called_class(), $name))) {