ZxcZxc123 2 년 전
부모
커밋
3ebb167b40
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      app/system/controller/GroupController.php

+ 7 - 7
app/system/controller/GroupController.php

@@ -73,13 +73,13 @@ class GroupController extends BaseController
      */
     public function edit(Request $request)
     {
-        $grId = $request->param('gr_id');
-        $uname = $request->param('uname');
-        $type1 = $request->param('type1');
-        $type2 = $request->param('type2');
-        $title = $request->param('title');
-        $ins = $request->param('ins');
-        $indeximg = $request->param('indeximg');
+        $grId = Request::param('gr_id');
+        $uname = Request::param('uname');
+        $type1 = Request::param('type1');
+        $type2 = Request::param('type2');
+        $title = Request::param('title');
+        $ins = Request::param('ins');
+        $indeximg = Request::param('indeximg');
 
 
         $data = [