-
Notifications
You must be signed in to change notification settings - Fork 3
Collection::dot() missing in Laravel 9.x #5
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
Comments
@jbboehr Thanks for reporting the issue. I will look into this. |
Yes, it works, although might be a bit safer but less elegant to just use |
jbboehr
added a commit
to jbboehr/lost-in-translation
that referenced
this issue
May 20, 2025
jbboehr
added a commit
to jbboehr/lost-in-translation
that referenced
this issue
May 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not a huge deal, but apparently
Collection::dot()
used here was added in Laravel 10.2.0 (link), but this package lists compatibility with Laravel 9.I managed to shim it in with
macro
and otherwise everything seems to work.The text was updated successfully, but these errors were encountered: