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