diff options
Diffstat (limited to 'app/Services')
| -rw-r--r-- | app/Services/UserService.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Services/UserService.php b/app/Services/UserService.php index b99aba3f93..80a7919d0c 100644 --- a/app/Services/UserService.php +++ b/app/Services/UserService.php @@ -263,7 +263,7 @@ class UserService * * @return User */ - public static function create($user_name, $real_name, $email, $password): User + public static function create(string $user_name, string $real_name, string $email, string $password): User { DB::table('user')->insert([ 'user_name' => $user_name, |
