xiaogang %!s(int64=4) %!d(string=hai) anos
pai
achega
6063833c0f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Admin/Actions/Users/UsersInfoForm.php

+ 1 - 0
app/Admin/Actions/Users/UsersInfoForm.php

xqd
@@ -15,6 +15,7 @@ class UsersInfoForm extends Form implements LazyRenderable
     public function __construct($data = [], $key = null)
     {
         parent::__construct($data, $key);
+        dd($key);
         $this->user_info = UserInfoModel::query()->where('user_id',$key)->first();
     }