*/ public function parent(): BelongsTo { return $this->belongsTo(SberPaymentOrder::class, 'sber_payment_order_id'); } }