Select Git revision
ProcessUserAgentsCommand.php
-
Sofiane Lasri authored
feat: change join strategy in ProcessUserAgentsCommand to leftJoin for better handling of user agents - Updated the join method from `join` to `leftJoin` in the `handle` method. - Changed the condition in the `whereNull` clause to check for `user_agent_metadata.id` instead of `is_bot`.
Sofiane Lasri authoredfeat: change join strategy in ProcessUserAgentsCommand to leftJoin for better handling of user agents - Updated the join method from `join` to `leftJoin` in the `handle` method. - Changed the condition in the `whereNull` clause to check for `user_agent_metadata.id` instead of `is_bot`.
ProcessUserAgentsCommand.php 986 B