hasOne(Category::class, 'id', 'category_id'); } public function pathCategory(): HasOne { return $this->hasOne(Category::class, 'id', 'path_id'); } }