ignited / laravel-omnipay

Omnipay for Laravel & Lumen
MIT License
509 stars 100 forks source link

share() method has depreciated in Laravel 5.4 #35

Closed ebisbe closed 7 years ago

ebisbe commented 7 years ago

Use singleton() for service binding as Laravel 5.4 depreciated share() method.

kossa commented 7 years ago

I found the problem for my issue #36 :p

I think this package no longer maintain

alexw23 commented 7 years ago

Fixed by #37