Skip to content

Commit

Permalink
Merge pull request #9 from pies/patch-1
Browse files Browse the repository at this point in the history
Fix first example in README.md
  • Loading branch information
yzen-dev committed Aug 1, 2023
2 parents 7ae15d5 + 593572f commit c93b44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -84,7 +84,7 @@ var_dump($dto);
Result:

```php
object(\LoginDTO)
object(\CreateUserDTO)
'email' => string(13) "test@mail.com"
'balance' => float(128.41)
```
Expand Down

0 comments on commit c93b44e

Please sign in to comment.