xiaogang hace 3 años
padre
commit
f58a823c43
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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('/');
     }
 
     /**