改名
This commit is contained in:
@@ -268,9 +268,6 @@ class ActiveRecord extends BaseActiveRecord
|
||||
public function toArray(): array
|
||||
{
|
||||
$data = $this->_attributes;
|
||||
|
||||
var_dump($this->getAnnotation(self::ANNOTATION_GET));
|
||||
|
||||
foreach ($this->getAnnotation(self::ANNOTATION_GET) as $key => $item) {
|
||||
if (!isset($data[$key])) continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user