browser-detect
browser-detect copied to clipboard
fix bug casued by typo for `isTablet` in `BrowserDetect.php`
in src/Stages/BrowserDetect.php there is a typo in 2 places (lines 42 and 53)
$payload->setValue('isTable', false);
this fixes it