Closed challgren closed 4 years ago
In CakePHP 4.x the file is now wrapped in an UploadedFileInterface when doing validation checks they currently fail due to array access on an object. This PR corrects it to use the UploadedFileInterface and fall back to the array style.
UploadedFileInterface
In CakePHP 4.x the file is now wrapped in an
UploadedFileInterface
when doing validation checks they currently fail due to array access on an object. This PR corrects it to use the UploadedFileInterface and fall back to the array style.