Skip to content

Commit 1556b84

Browse files
committed
Fix capitalization of imported class name
1 parent 9da8054 commit 1556b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Firebase/Auth/ApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function setCustomUserClaims(string $uid, array $claims): ResponseInterfa
9191

9292
return $this->requestApi($url, [
9393
'localId' => $uid,
94-
'customAttributes' => JSON::encode((object) $claims),
94+
'customAttributes' => Json::encode((object) $claims),
9595
]);
9696
}
9797

0 commit comments

Comments
 (0)