We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cb3a0 commit d094c19Copy full SHA for d094c19
core/dto.md
@@ -6,7 +6,7 @@ However, it's sometimes useful to use a specific class to represent the input or
6
7
## Specifying an Input or an Output Data Representation
8
9
-For a given resource class, you may want to have a different representation of this class as input (write) or output (read).
+For a given resource class, you may want to have a different representation of this class as input (write) or output (read).
10
To do so, a resource can take an input and/or an output class:
11
12
```php
0 commit comments