From 2edea70b25af131b94b7b270171438e41b7319b1 Mon Sep 17 00:00:00 2001 From: Andrew Waite Date: Tue, 29 Oct 2019 15:19:59 +0000 Subject: [PATCH] Update ApiNames.php --- src/ApiNames.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ApiNames.php b/src/ApiNames.php index 3099e1b..4ca3613 100644 --- a/src/ApiNames.php +++ b/src/ApiNames.php @@ -7,6 +7,7 @@ abstract class ApiNames { const GOOGLE_PLACES = 'google places'; + const GOOGLE_PLACES_PLATFORM = 'google places platform' const YANDEX_MAPS = 'yandex maps'; const BING_WEB_SEARCH = 'bing web search'; const FACEBOOK_GRAPH = 'facebook graph';