Explorar el Código

改变目录文件的位置

visuddhinanda hace 2 meses
padre
commit
c3a24d7502
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api-v12/app/Http/Controllers/CategoryController.php

+ 1 - 1
api-v12/app/Http/Controllers/CategoryController.php

@@ -129,7 +129,7 @@ class CategoryController extends Controller
     }
     private function loadCategories()
     {
-        $json = file_get_contents(public_path("app/palicanon/category/default.json"));
+        $json = file_get_contents(public_path("date/category/default.json"));
         $tree = json_decode($json, true);
         $flat = self::flattenWithIds($tree);
         return $flat;