-
Couldn't load subscription status.
- Fork 429
Fix compatibility with Laravel 12.34 #638
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
base: master
Are you sure you want to change the base?
Conversation
|
@khepin @vyuldashev can one of you take a look at this? |
|
Looks like just will be enough |
|
@alexeydotsenko nope, Laravel's |
|
They do not lock a type of $config variable to array. According to a code configuration will be provided as array, but we can store it in any format. So we can do it without extra code changes |
|
That is very risky, since usage of |
|
Oh my. Please review this - my app is down now 😭 |
|
@duykb2015 downgrade to Laravel 12.33 for now. |
|
@FrittenKeeZ it’s all good now. I copied your file and it’s working. Thank you so much, you saved me! |
|
Please review the changes @khepin @vyuldashev |
|
Temp workaround: #639 (comment) |
|
@khepin @vyuldashev Any news on this? |
|
Tests are failing because #628 hasn't been merged |
Described in #635 and #636 - implementing the direct fix from the latter.