Skip to content

Commit e2e60e6

Browse files
committed
Added missing parenthesis
1 parent 5a50896 commit e2e60e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelMixpanel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function track($event, $properties = [])
4242
$deviceInfo = new Device();
4343
$browserVersion = trim(str_replace('unknown', '', $browserInfo->getName() . ' ' . $browserInfo->getVersion()));
4444
$osVersion = trim(str_replace('unknown', '', $osInfo->getName() . ' ' . $osInfo->getVersion()));
45-
$hardwareVersion = trim(str_replace('unknown', '', $deviceInfo->getName());
45+
$hardwareVersion = trim(str_replace('unknown', '', $deviceInfo->getName()));
4646
$data = [
4747
'Url' => $this->request->getUri(),
4848
'Operating System' => $osVersion,

0 commit comments

Comments
 (0)