Skip to content

Commit

Permalink
fake response bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás KIRÁLY committed Jun 4, 2023
1 parent bd5cc3b commit 31492f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NTAKClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class NTAKClient
protected array $lastRequest;
protected array $lastResponse;
protected int $lastRequestTime; // milliseconds
protected array|null $fakeResponse;
protected ?array $fakeResponse = null;

protected static string $prodUrl = 'https://rms.ntaktst.hu';
protected static string $testUrl = 'https://rms.tesztntak.hu';
Expand Down

0 comments on commit 31492f0

Please sign in to comment.