belongsTo(Currency::class); } public function taxes() { return $this->hasMany(Tax::class); } }