Explorar el Código

Wesmiler 校企小程序源代码部署

wesmiler hace 3 años
padre
commit
f13821b05e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/api/model/User.php

+ 1 - 1
app/api/model/User.php

@@ -181,7 +181,7 @@ class User extends UserModel
      * @return bool
      * @throws BaseException
      */
-    private function checkInfo(array $data, array $userInfo): bool
+    private function checkInfo(array $data, $userInfo): bool
     {
         $validate = new ValidateInfo;
         if (!$validate->check($data)) {