We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During the Laravel 7.0 development the way dot keys are handled during validation has been changed. See:
laravel/framework@4a4a7e1#diff-38fd116b7c7b8ac1bdd8362250d04d57
Thus method PersistentRepository::validate() is unable to handle item ID with dots anymore.
PersistentRepository::validate()
Relates to laravel/framework#33932
This should be fixed along with upgrade to Laravel 8.0.
The text was updated successfully, but these errors were encountered:
#13: Fixed validation for the item ID containing dot ('.')
a8a1cfd
Resolved by commit a8a1cfd
Sorry, something went wrong.
klimov-paul
No branches or pull requests
During the Laravel 7.0 development the way dot keys are handled during validation has been changed.
See:
laravel/framework@4a4a7e1#diff-38fd116b7c7b8ac1bdd8362250d04d57
Thus method
PersistentRepository::validate()
is unable to handle item ID with dots anymore.Relates to laravel/framework#33932
This should be fixed along with upgrade to Laravel 8.0.
The text was updated successfully, but these errors were encountered: