改名
This commit is contained in:
@@ -98,7 +98,7 @@ abstract class BaseActiveRecord extends Component implements IOrm, \ArrayAccess
|
|||||||
if (!($attribute instanceof Get)) {
|
if (!($attribute instanceof Get)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$response[$attribute->name] = $attribute['handler'];
|
$response[$attribute->name] = $annotation['handler'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->_annotations = $response;
|
$this->_annotations = $response;
|
||||||
|
|||||||
Reference in New Issue
Block a user