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

Removed variable type causing error #55

Closed
wants to merge 1 commit into from

Conversation

N3rdP1um23
Copy link

This is in relation to the issue found here spatie/laravel-stripe-webhooks#57. This commit was the fix

@freekmurze
Copy link
Member

Are you running PHP 7.4?

@N3rdP1um23
Copy link
Author

Correct, I'm running PHP 7.4 and the latest Laravel 5.8.

@freekmurze
Copy link
Member

I'm thinking this problem is caused by Laravel 5. In that version of the framework, queued jobs don't play nicely with type hinted properties. I think this issue will be resolved if you upgrade you Laravel app.

I'll drop L5 compatibility for this package. If you can't upgrade your app, use one of the older versions of this package.

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

Successfully merging this pull request may close these issues.

2 participants