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 a7232c8 commit 9f98f47Copy full SHA for 9f98f47
Atomx/Resources/Profile.php
@@ -62,9 +62,9 @@ public function setDomainTargeting($action, $domains)
62
$this->domains_filter_action = strtoupper($action);
63
}
64
65
- public function setRequestAttributeTargeting($action, $qualities)
+ public function setRequestAttributeTargeting($action, $attributes)
66
{
67
- $this->request_attributes_filter = $qualities;
+ $this->request_attributes_filter = $attributes;
68
$this->request_attributes_filter_action = strtoupper($action);
69
70
0 commit comments