Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 5.4 does not use share() anymore #5

Open
S43534 opened this issue Mar 20, 2017 · 0 comments
Open

Laravel 5.4 does not use share() anymore #5

S43534 opened this issue Mar 20, 2017 · 0 comments

Comments

@S43534
Copy link

S43534 commented Mar 20, 2017

Upgrading to Laravel 5.4 breaks current package as the deprecated share() method has been removed.

Please change line 39 of LaravelPaymillServiceProvider to:

$this->app->singleton('paymill', function ($app) {

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant