Explorar el Código

update: remove get subscribe id

tokumeikoi hace 3 años
padre
commit
99f3004d6b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/Http/Controllers/User/UserController.php

+ 0 - 1
app/Http/Controllers/User/UserController.php

@@ -104,7 +104,6 @@ class UserController extends Controller
     {
         $user = User::where('id', $request->session()->get('id'))
             ->select([
-                'id',
                 'plan_id',
                 'token',
                 'expired_at',