xiaogang hace 4 años
padre
commit
aa71c1811f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Admin/Actions/Users/UserVip.php

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

xqd
@@ -58,7 +58,7 @@ class UserVip extends RowAction
 
     public function render()
     {
-        $form =null;
+        $form = UserVipForm::make()->payload(['id'=>$this->getKey()]);
         return Modal::make()
             ->lg()
             ->title($this->title)