xiaogang пре 3 година
родитељ
комит
e57e2a8af4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Admin/Actions/Users/UsersInfoForm.php

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

xqd
@@ -42,7 +42,7 @@ class UsersInfoForm extends Form implements LazyRenderable
     public function form()
     {
         //$user_info = UserInfoModel::query()->where('user_id',$this->payload['id'])->first();
-        dd($this->data);
+        //dd($this->model());
         $this->text('user_id');//->value($this->payload['id'])->readOnly();
         $this->text('nickname', '昵称');//->value($user_info->nickname);
         $this->image('avatar', '头像');//->url($user_info->avatar);