The method Cake\Validation\Validator::errors() has been deprecated with message: 3.9.0 Renamed to validate()
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be
removed from the class and what other method or class to use instead.
Loading history...
33
2
if (!empty($errors)) {
34
throw new ValidationException(__('Validation failed'), 0, null, $errors);
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.