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.
1 parent 25fa5ad commit b4a4049Copy full SHA for b4a4049
src/Analytics.php
@@ -195,7 +195,7 @@ public function post(): void
195
196
public static function new(string $measurement_id, string $api_secret, bool $debug = false): static
197
{
198
- return new static($measurementId, $apiSecret, $debug);
+ return new static($measurement_id, $api_secret, $debug);
199
}
200
201
/**
0 commit comments