Ken 1 주 전
부모
커밋
db0e58b39d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/admin/Menu.php

+ 1 - 1
app/Http/Controllers/admin/Menu.php

@@ -131,7 +131,7 @@ class Menu extends Controller
     public function all(): JsonResponse
     public function all(): JsonResponse
     {
     {
         $result = MenuService::findAll();
         $result = MenuService::findAll();
-        $result = list_to_tree($result->toArray());
+//        $result = list_to_tree($result->toArray());
         return $this->success($result);
         return $this->success($result);
     }
     }