xiaogang 3 роки тому
батько
коміт
f58a823c43
1 змінених файлів з 4 додано та 4 видалено
  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('/');
     }
 
     /**