Skip to content

Commit 439465d

Browse files
authored
Update RequestValidatorTransformFactory.php
1 parent 1e48a79 commit 439465d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Transformer/RequestValidatorTransformFactory.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
final class RequestValidatorTransformFactory implements ResultTransformerInterface
77
{
8-
public function __construct(?private string $message = null) {
9-
print "In BaseClass constructor\n";
8+
public function __construct(protected ?string $message = null) {
109
}
1110

1211
public function transform(array $errors): array

0 commit comments

Comments
 (0)