Skip to content

Commit dc9c14f

Browse files
committed
Updating user class name for data
1 parent f207512 commit dc9c14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Then you can define the properties of the class and their types.
1414
```php
1515
use Nuxtifyts\PhpDto\Data;
1616

17-
final readonly class User extends Data
17+
final readonly class UserData extends Data
1818
{
1919
public string $fullName;
2020

0 commit comments

Comments
 (0)