This commit is contained in:
2021-04-27 16:22:00 +08:00
parent e2bf1acd48
commit 7a202df849
2 changed files with 7 additions and 8 deletions
+2 -2
View File
@@ -313,8 +313,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;
}