Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Resolvers/DataClassValidationRulesResolver.php
Original file line number Diff line number Diff line change
@@ -23,8 +23,6 @@ public function execute(string $class, array $payload = [], bool $nullable = fal

$overWrittenRules = $this->resolveOverwrittenRules($class, $payload);

ray($overWrittenRules);

return $this->dataConfig->getDataClass($class)
->properties
->reject(fn (DataProperty $property) => ! $property->validate)

0 comments on commit 9b6888e

Please sign in to comment.