-
Notifications
You must be signed in to change notification settings - Fork 8
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
Don't work with laravel/framework v6.9.0 #3
Comments
Thanks for your report. It seems to stop working from 6.9 (6.8 still seemed to work) I got the tests to fail on master. Will take a look in the coming days. If you have time, feel free to make a PR. |
Did a bit more investigation, laravel/framework#30883 is the PR that broke it. |
I created an issue laravel/framework#30948. Let's see what happens. If it's gonna stick, I have to release a new version for Laravel 6.9+ |
Maybe should make temporarily constraint the laravel version in dependencies of composer. |
The change in Laravel has been reverted and has been released (6.10.0). I released version 2.1.0 with a constraint not supporting Laravel 6.9.0. Thanks for the bug report! |
afterCommitCreated
don't fired via observer.But work with 6.6.1
The text was updated successfully, but these errors were encountered: