Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor geolocatorAbstract class, improve data filtering method
This commit simplifies the data filtering process in the geolocatorAbstract class. I've replaced the 'array_filter' function usage with 'array_intersect' for better performance and easier code maintenance. Additionally, removed some unnecessary dependencies in composer.json.
- Loading branch information