dyjh hace 6 años
padre
commit
f08dac2b40
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/Web/AuthController.php

+ 1 - 1
app/Http/Controllers/Web/AuthController.php

xqd
@@ -67,7 +67,7 @@ class AuthController extends Controller
             $data['up_agent_id'] = 0;
             AlbumUserModel::create($data);
         }
-        return view('');
+        return view('web.auth.bind');
     }
 
     public function welcome()