Skip to content

Commit

Permalink
Finish 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
i.badamshin committed Dec 7, 2020
2 parents 6e57bf4 + 568bc9b commit 42626b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/data_objects/BrowserDetailsData.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ public function getParameters() {
if ($this->browser_java_enabled !== null) {
$parameters['browser_java_enabled'] = $this->browser_java_enabled;
}
if ($this->browser_timezone !== null) {
$parameters['browser_timezone'] = $this->browser_timezone;
}
return $parameters;
}
}

0 comments on commit 42626b7

Please sign in to comment.