Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mertasan committed Mar 10, 2024
1 parent b0d3a98 commit fe9f260
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Services/CloudflareService.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ class CloudflareService implements CloudflareServiceInterface
{
public function __construct(
private readonly Factory $client,
private readonly string $apiEmail,
private readonly string $apiKey,
private readonly string $identifier,
private readonly ?string $apiEmail,
private readonly ?string $apiKey,
private readonly ?string $identifier,
) {
// .
}
Expand Down

0 comments on commit fe9f260

Please sign in to comment.