dever hace 5 años
padre
commit
72d37588c1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Applet.php

+ 1 - 1
src/Applet.php

@@ -25,7 +25,7 @@ class Applet extends Base
      */
     public function bind()
     {
-        $create = Dever::input('create', 1);
+        $create = Dever::input('create', 3);
         $data = $this->getLoginInfo();
 
         if ($create == 1) {