We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 286f1c4 + b7ef20e commit 206d1aeCopy full SHA for 206d1ae
user_guide_src/source/libraries/uploaded_files/002.php
@@ -27,7 +27,7 @@ public function upload()
27
],
28
29
];
30
- if (! $this->validate($validationRule)) {
+ if (! $this->validateData([], $validationRule)) {
31
$data = ['errors' => $this->validator->getErrors()];
32
33
return view('upload_form', $data);
0 commit comments