Skip to content

feat: include main_image_url in model fillable and query service SELECT #445

@zigzagdev

Description

@zigzagdev

Summary / 概要

Surface main_image_url from the Eloquent model and the read paths so downstream layers can consume it.

Changes

  • Add main_image_url to WorldHeritage::$fillable.
  • Add 'world_heritage_sites.main_image_url' to SELECT in:
    • WorldHeritageReadQueryService::findByIdsPreserveOrder
    • WorldHeritageQueryService::getAllHeritages
    • WorldHeritageQueryService::getHeritageById(with-clause / select 全箇所)
  • add WorldHeritage::$fillablemain_image_url
  • Read 系3箇所の SELECT に world_heritage_sites.main_image_url

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions