Skip to content

Commit b4a4049

Browse files
authored
remember to pass the new variables back into constructor
1 parent 25fa5ad commit b4a4049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analytics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public function post(): void
195195

196196
public static function new(string $measurement_id, string $api_secret, bool $debug = false): static
197197
{
198-
return new static($measurementId, $apiSecret, $debug);
198+
return new static($measurement_id, $api_secret, $debug);
199199
}
200200

201201
/**

0 commit comments

Comments
 (0)