hisorange / browser-detect

Browser Detection for Laravel by hisorange!
https://browser-detect.com
MIT License
1.09k stars 144 forks source link

Fetal Error when using Browser::isAndroid() #205

Closed realaaaaa closed 11 months ago

realaaaaa commented 11 months ago

this happened 1 hour ago. Browser::isAndroid() it shows "fetal error on /vendor/hisorange/browser-detect/src/Parser.php on line 105" How to fix it?

hisorange commented 11 months ago

Can you verify if the code is up to date? This should never be a fatal error, but a BadMethodException, and it supposed to be there in new versions.