hasOne(CustomField::class, 'id', 'custom_field_id'); } public function category() { return $this->hasOne(Category::class); } }