We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 563be75 + b8c183c commit be867e1Copy full SHA for be867e1
src/Enum/Host.php
@@ -23,5 +23,5 @@ final class Host
23
public const STREAM_ENDPOINT = 'video.bunnycdn.com';
24
25
/** @var string Logging endpoint */
26
- public const LOG_ENDPOINT = 'logging.bunnycdn.com';
+ public const LOGGING_ENDPOINT = 'logging.bunnycdn.com';
27
}
src/PullZoneLogRequest.php
@@ -31,7 +31,7 @@ public function __construct(
31
) {
32
$this->setApiKey($accountApiKey);
33
34
- parent::__construct(Host::API_ENDPOINT);
+ parent::__construct(Host::LOGGING_ENDPOINT);
35
36
37
/**
0 commit comments