Skip to content

Commit a5d3988

Browse files
committed
Fix typo
1 parent bfbcbbd commit a5d3988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Type/UserbaseClient/UserbaseClientUserProviderFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function create($params)
1818
{
1919
$client = new Client(
2020
$params["url"],
21-
array_key_exists('usersname', $params) ? $params["username"] : null,
21+
array_key_exists('username', $params) ? $params["username"] : null,
2222
array_key_exists('password', $params) ? $params["password"] : null
2323
);
2424

0 commit comments

Comments
 (0)