fix post form
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user