This commit is contained in:
2021-06-04 18:30:47 +08:00
parent 3d9266dc16
commit 10805c1022
2 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -310,8 +310,8 @@ class ActiveRecord extends BaseActiveRecord
}
$data = array_merge($data, $this->runRelate());
$class = Snowflake::app()->getChannel();
$class->push($this, static::class);
// $class = Snowflake::app()->getChannel();
// $class->push($this, static::class);
return $data;
}