This commit is contained in:
2021-04-22 14:53:14 +08:00
parent ed927e00e0
commit 1fb634df66
2 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -324,7 +324,7 @@ class ActiveRecord extends BaseActiveRecord
/** @var Channel $channel */
$channel = Snowflake::app()->get('channel');
return $channel->push($this, get_called_class());
$channel->push($this, get_called_class());
}