get('p_sources'); } public static function tableName() { return '{{wallet_coin_relation}}'; } public function getCoin() { return $this->hasOne(WalletCoin::className(), ['id' => 'coin_id']); } }