FriendsOfCake / cakephp-upload

CakePHP: Handle file uploading sans ridiculous automagic
https://cakephp-upload.readthedocs.io/
MIT License
551 stars 255 forks source link

Fix use of removed method #558

Closed PhantomWatson closed 3 years ago

PhantomWatson commented 3 years ago

Validator::provider() switched to Validator::setProvider()

codecov[bot] commented 3 years ago

Codecov Report

Merging #558 (5eadb53) into master (9b63606) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #558   +/-   ##
=========================================
  Coverage     95.52%   95.52%           
  Complexity      109      109           
=========================================
  Files            11       11           
  Lines           268      268           
=========================================
  Hits            256      256           
  Misses           12       12           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9b63606...5eadb53. Read the comment docs.