diff --git a/src/config/laravelGoogleCustomSearchEngine.php b/src/config/laravelGoogleCustomSearchEngine.php index 40ca3a9..6b6c4fb 100644 --- a/src/config/laravelGoogleCustomSearchEngine.php +++ b/src/config/laravelGoogleCustomSearchEngine.php @@ -9,7 +9,7 @@ * * !! Attention !! If you change style of your Custom search engine, the ID can be changed */ - 'engineId' => '009135221033437726143:k204yzkg1k8', + 'engineId' => '', /** * For generation API key you have to go to https://console.developers.google.com, than @@ -24,5 +24,5 @@ * * !! Attention !! It can take some time to API key will be authorized, wait 10 mins before starting to use it */ - 'apiKey' => 'AIzaSyABzXEPu8_ucfJqAvzrYgyE69hmS7Wssts' + 'apiKey' => '' ];