belongsTo(Currency::class, 'currency_id'); } public function relative() { return $this->belongsTo(Currency::class, 'relative_id'); } }