get('p_sources'); } public static function tableName() { return '{{wallet_recommend_coin}}'; } public function getCoin() { return $this->hasOne(Coin::className(), ['id' => 'cid'])->select(['id', 'icon', 'name', 'introduce', 'nickname', 'platform', 'chain', 'treaty'])->asArray(); } }