Closed MarwanSalim closed 10 months ago
The notEmpty() validator already deprecated since 3.7.0. Need to use notEmptyString() instead.
notEmpty()
notEmptyString()
Refer #1 and #2
This should go into 4.x and then merged upstream imho
Thank you. I added a new patch https://github.com/cakephp/docs/pull/7806
The
notEmpty()
validator already deprecated since 3.7.0. Need to usenotEmptyString()
instead.Refer #1 and #2