We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23e1789 + 6335741 commit e8e1496Copy full SHA for e8e1496
1 file changed
src/Analytics.php
@@ -8,6 +8,8 @@ class Analytics
8
9
private ApiCall $apiCall;
10
11
+ private AnalyticsRules $rules;
12
+
13
public function __construct(ApiCall $apiCall)
14
{
15
$this->apiCall = $apiCall;
0 commit comments