xiaogang 3 years ago
parent
commit
f58a823c43
1 changed files with 4 additions and 4 deletions
  1. 4 4
      app/Admin/Actions/Users/SetUserInfo.php

+ 4 - 4
app/Admin/Actions/Users/SetUserInfo.php

xqd
@@ -45,11 +45,11 @@ class SetUserInfo extends RowAction
      *
      * @return \Dcat\Admin\Actions\Response
      */
-    public function handle(Request $request)
+    public function handle()
     {
-        return $this->response()
-            ->success('Processed successfully: '.$this->getKey())
-            ->redirect('/');
+//        return $this->response()
+//            ->success('Processed successfully: '.$this->getKey())
+//            ->redirect('/');
     }
 
     /**