AI 2 months ago
parent
commit
4a0d37155b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/JsonRpc/UserService.php

+ 1 - 0
app/JsonRpc/UserService.php

@@ -20,6 +20,7 @@ class UserService implements UserServiceInterface
      * @param int $gender
      * @return string
      */
+
     public function createUser(array $data): array
     {
         Db::beginTransaction();