diff --git a/src/about/index.php b/src/about/index.php index 9f85989..1673e49 100644 --- a/src/about/index.php +++ b/src/about/index.php @@ -2,12 +2,5 @@ $title = 'helperテスト'; $childview = '../ui/about/index.php'; - // まだテストしませんでしたので、コメアウトしました。Not yet tested, so it is comentout. - // $data = [ - // 'select' => ['id', 'name'], - // 'where' => ['id', 1] - // ]; - // $dbres = lolidb('example', $data, 'one'); - // dd($dbres); dd($title); ?>