Skip to content

Commit

Permalink
Update Application.php
Browse files Browse the repository at this point in the history
  • Loading branch information
summercms committed Jan 13, 2021
1 parent 3cc6f6d commit e1d7ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Analyser/Header/Useragent/Application.php
Expand Up @@ -31,7 +31,7 @@ private function detectSpecificApplications($ua)
$this->data->browser->type = Constants\BrowserType::APP;

$this->data->os->reset([
'name' => 'Android'
'name' => 'Android'
]);

$this->data->device->model = $match[1];
Expand Down

0 comments on commit e1d7ac6

Please sign in to comment.