Skip to content

Commit

Permalink
update DeviceType::getValue
Browse files Browse the repository at this point in the history
  • Loading branch information
YumeYui committed Mar 26, 2020
1 parent df37829 commit 6e3db9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DeviceType.php
Expand Up @@ -35,7 +35,7 @@ public static function getValue(Agent $agent): ?int
} elseif ($agent->isRobot()) {
return DeviceType::ROBOT;
} else {
return DeviceType::DESKTOP
return DeviceType::DESKTOP;
}
}
}

0 comments on commit 6e3db9c

Please sign in to comment.