このコミットが含まれているのは:
守矢諏訪子 2021-11-17 16:58:01 +09:00
コミット 2704370049
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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())) {
// 親一覧の取得に失敗