Skip to content

Commit

Permalink
Update src/Platform/Replicate.php
Browse files Browse the repository at this point in the history
Co-authored-by: Oskar Stark <[email protected]>
  • Loading branch information
chr-hertel and OskarStark authored Oct 12, 2024
1 parent 5d79bcb commit 1b554ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Platform/Replicate.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
public function __construct(
private HttpClientInterface $httpClient,
private string $apiKey,
#[\SensitiveParameter] private string $apiKey,
) {
}

Expand Down

0 comments on commit 1b554ab

Please sign in to comment.