illuminatech / config

Manage Laravel configuration by persistent storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validation for the items with dot in ID broken for Laravel 7.0

klimov-paul opened this issue · comments

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.

Resolved by commit a8a1cfd