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 32fb213 commit 489ad14Copy full SHA for 489ad14
Atomx/Resources/Profile.php
@@ -34,16 +34,14 @@ public function setDeviceTargeting($action, $devices)
34
$this->device_types_filter = $devices;
35
}
36
37
- public function setOSTargeting($action, $oses)
+ public function setOSTargeting($oses)
38
{
39
- $this->operating_systems_filter_action = strtoupper($action);
40
- $this->operating_systems_filter = $oses;
+ $this->operating_systems_filter = $oses;
41
42
43
- public function setBrowserTargeting($action, $browsers)
+ public function setBrowserTargeting($browsers)
44
45
- $this->browsers_filter_action = strtoupper($action);
46
- $this->browsers_filter = $browsers;
+ $this->browsers_filter = $browsers;
47
48
49
public function setNetworkTargeting($action, $networks)
0 commit comments