Closed 1337erik closed 2 years ago
web.php in the vendor package has an error when referencing the ZohoController, fixed by changing
Route::get('oauth2callback', 'ZohoController@oauth2callback');
to
Route::get('oauth2callback', 'Asciisd\Zoho\Http\Controllers\ZohoController@oauth2callback');
Hello @1337erik,
this issue fixed at the new vesion 1.0.6
thanks for contribution
web.php in the vendor package has an error when referencing the ZohoController, fixed by changing
Route::get('oauth2callback', 'ZohoController@oauth2callback');
to
Route::get('oauth2callback', 'Asciisd\Zoho\Http\Controllers\ZohoController@oauth2callback');