src/MessageHandler/Query/MeOnMap/GetCategoriesWithGeoLocationsHandler.php line 47

Open in your IDE?
  1.     public function __invoke(GetCategoriesWithGeoLocationsQuery $query): GetCategoriesWithGeoLocationsResponse
  2.     {
  3.         return $this->cacheService->getByCityId($query->getCityId());
  4.     }
  5. }