Explorar o código

update: getInfo show uuid

tokumeikoi %!s(int64=3) %!d(string=hai) anos
pai
achega
037e22aa2d
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      app/Http/Controllers/User/UserController.php

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

@@ -70,7 +70,8 @@ class UserController extends Controller
                 'plan_id',
                 'discount',
                 'commission_rate',
-                'telegram_id'
+                'telegram_id',
+                'uuid'
             ])
             ->first();
         if (!$user) {