Payum / PayumLaravelPackage

Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.
https://payum.forma-pro.com/
MIT License
122 stars 38 forks source link

Can't find Illuminate\Routing\Controllers\Controller #16

Closed rattler72 closed 10 years ago

rattler72 commented 10 years ago

I'm using Laravel 4.1 and getting an error here in the PayumController. It looks like Controller.php is found here instead Illuminate\Routing\Controller.php.

makasim commented 10 years ago

It uses the controller class from root namespace https://github.com/Payum/PayumLaravelPackage/blob/master/src/Payum/LaravelPackage/Controller/PayumController.php#L8 it was changed to this in https://github.com/Payum/PayumLaravelPackage/pull/14/files

Could you make sure you have the latest version and the bug still occurs

rattler72 commented 10 years ago

Better now thanks!

makasim commented 10 years ago

closing then