I want to report error, when I fill agent => devices
'devices' => [
'allow' => ['Mobile'], // i.e. 'Desktop', 'Mobile'
'block' => [], // i.e. 'Tablet'
],
Error
Symfony\Component\Debug\Exception\FatalThrowableError: Call to undefined method Akaunting\Firewall\Middleware\Agent::isMobile() in file /Applications/XAMPP/xamppfiles/htdocs/ientry/vendor/akaunting/laravelfirewall/src/Middleware/Agent.php on line 122
Hi,
Thanks for the great library.
I want to report error, when I fill agent => devices
Error
Thank you