Skip to content

Commit

Permalink
fix: display error message for PHP upload errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chiqui3d committed Dec 27, 2023
1 parent 769534d commit 3e81e68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Presentation/Attributes/File/FileValueResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ public function resolve(Request $request, ArgumentMetadata $argument): iterable
$attributes[0]->getGroups()
);

dd($data, $attributeValidator);


yield $this->dtoValidatorResolver->validate($attributeValidator, $data);
}
Expand Down

0 comments on commit 3e81e68

Please sign in to comment.