Uncaught Error: Class 'Google_Service_Customsearch'
We have installed the library using composer per the docs and have autoloaded. we cannot get past this error and cannot find a solution online as the library is installed.
Uncaught Error: Class 'Google_Service_Customsearch'
Same here, I installed the library with release files...
I can load the class with this name : Google_Service_CustomSearchAPI
$service = new Google_Service_CustomSearchAPI($client);
We have installed the library using composer per the docs and have autoloaded. we cannot get past this error and cannot find a solution online as the library is installed.
Uncaught Error: Class 'Google_Service_Customsearch'
replace Google_Service_Customsearch by Google_Service_CustomSearchAPI should resolve...