InfyOmLabs / laravel-payumoney

PayuMoney Gateway wrapper for Laravel.
https://infyom.com/open-source/laravel-payumoney/docs
12 stars 6 forks source link

Getting error while installing in Laravel 9.0 #3

Open Amitgodda opened 2 years ago

Amitgodda commented 2 years ago

The error is: In Model.php line 1688:

Call to a member function connection() on null

Please suggest....how to resolve.

Amitgodda commented 2 years ago

Found the issue.... In file PayuMoneyAppServiceProvider.php on line 23 when removed "$this->app->make('InfyOm\Payu\PayUMoneyController');" the above error disappers.....

Thanking You