Skip to content

Commit 593572f

Browse files
authored
Fix first example in README.md
1 parent 7ae15d5 commit 593572f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ var_dump($dto);
8484
Result:
8585

8686
```php
87-
object(\LoginDTO)
87+
object(\CreateUserDTO)
8888
'email' => string(13) "[email protected]"
8989
'balance' => float(128.41)
9090
```

0 commit comments

Comments
 (0)