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

Error #21

Open
xcorpyo opened this issue Jan 29, 2019 · 0 comments
Open

Error #21

xcorpyo opened this issue Jan 29, 2019 · 0 comments

Comments

@xcorpyo
Copy link

xcorpyo commented Jan 29, 2019

In the step "php artisan vendor:publish" the aplication create this exception:

[Symfony\Component\Debug\Exception\FatalErrorException]
Class XmlResponse\XmlResponseServiceProvider contains 1 abstract method and must therefore be decla
red abstract or implement the remaining methods (Illuminate\Support\ServiceProvider::register)

This is for in the method XmlResponseServiceProvider this extends for ServiceProvider and need to add

public function register()
{
//
}

at the end of this file. This fix this error. pleas eupdate the proyect and include this fix.

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