Browse Source

更新内容

moshaorui 2 tháng trước cách đây
mục cha
commit
77de550144
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Http/Controllers/HomeController.php

+ 1 - 0
app/Http/Controllers/HomeController.php

@@ -24,6 +24,7 @@ class HomeController extends Controller
      */
     public function index(Request $request)
     {
+
         return view('index',['foldersTree' => $this->foldersTree]);
     }