belongsTo(Category::class); } public function unit() { return $this->belongsTo(Unit::class); } }