diff --git a/Database/ActiveRecord.php b/Database/ActiveRecord.php index 67bb013c..b5aed196 100644 --- a/Database/ActiveRecord.php +++ b/Database/ActiveRecord.php @@ -269,8 +269,6 @@ class ActiveRecord extends BaseActiveRecord { $data = $this->_attributes; foreach ($this->getAnnotation(self::ANNOTATION_GET) as $key => $item) { - - var_dump($data, $key); if (!isset($data[$key])) continue; $data[$key] = $this->runAnnotation($key, $data[$key] ?? null);