Skip to content

Commit

Permalink
remember to pass the new variables back into constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
aawnu authored Jan 17, 2025
1 parent 25fa5ad commit b4a4049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public function post(): void

public static function new(string $measurement_id, string $api_secret, bool $debug = false): static
{
return new static($measurementId, $apiSecret, $debug);
return new static($measurement_id, $api_secret, $debug);
}

/**
Expand Down

0 comments on commit b4a4049

Please sign in to comment.