db = Yii::$app->getComponent($this->db); if (!$this->db instanceof Connection) { throw new InvalidConfigException(''); } } public function getIsDistributed() { return true; } }