### 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::$fillable` に `main_image_url` - [ ] Read 系3箇所の SELECT に `world_heritage_sites.main_image_url`
Summary / 概要
Surface
main_image_urlfrom the Eloquent model and the read paths so downstream layers can consume it.Changes
main_image_urltoWorldHeritage::$fillable.'world_heritage_sites.main_image_url'to SELECT in:WorldHeritageReadQueryService::findByIdsPreserveOrderWorldHeritageQueryService::getAllHeritagesWorldHeritageQueryService::getHeritageById(with-clause / select 全箇所)WorldHeritage::$fillableにmain_image_urlworld_heritage_sites.main_image_url