modify
This commit is contained in:
@@ -844,7 +844,6 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
|
|||||||
public function __get($name): mixed
|
public function __get($name): mixed
|
||||||
{
|
{
|
||||||
$value = $this->_attributes[$name] ?? null;
|
$value = $this->_attributes[$name] ?? null;
|
||||||
var_dump($value);
|
|
||||||
|
|
||||||
$loader = Snowflake::app()->getAnnotation();
|
$loader = Snowflake::app()->getAnnotation();
|
||||||
if (!empty($method = $loader->getGetMethodName(get_called_class(), $name))) {
|
if (!empty($method = $loader->getGetMethodName(get_called_class(), $name))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user