fix post form

This commit is contained in:
2024-07-26 16:26:01 +03:00
parent 53eb536213
commit 89b127fd72
3 changed files with 27 additions and 31 deletions

View File

@ -48,7 +48,7 @@ class UserService
{
foreach (User::all()->toArray() as $user) {
$userArr[$user['id']] = $user['username'];;
$userArr[$user['id']] = $user['username'];
}
if (!empty($userArr)) {
return $userArr;