diff --git a/backend/app/Http/Controllers/Api/ChildrenController.php b/backend/app/Http/Controllers/Api/ChildrenController.php index 335f3234..3fe67915 100644 --- a/backend/app/Http/Controllers/Api/ChildrenController.php +++ b/backend/app/Http/Controllers/Api/ChildrenController.php @@ -240,7 +240,7 @@ KIKI承知システムを使って「聞いてない!」「言ってない! } public function list () { - $child_select = ['first_name', 'last_name', 'tel']; + $child_select = ['id', 'first_name', 'last_name', 'tel', 'image']; if (null === ($result = Child::select($child_select)->orderBy('created_at', 'desc')->get())) { // 親一覧の取得に失敗