asciisd / zoho-v3

Laravel Zoho API V3 Package
MIT License
16 stars 17 forks source link

Problem with reference to Route #1

Closed 1337erik closed 2 years ago

1337erik commented 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');

aemaddin commented 2 years ago

Hello @1337erik,

this issue fixed at the new vesion 1.0.6

thanks for contribution