Skip to content

Commit b5e5bfa

Browse files
committed
Updated README.md
1 parent 98d01ed commit b5e5bfa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final readonly class UserData extends Data
2727
public function __construct(
2828
public string $firstName,
2929
#[Aliases('familyName')]
30-
public stirng $lastName
30+
public string $lastName
3131
) {
3232
$this->fullName = "$this->firstName $this->lastName";
3333
}
@@ -67,10 +67,6 @@ This package was inspired from the [spatie/data-transfer-object](https://github.
6767
The main thing that I tried to focus on when creating this package is to make it outside of Laravel ecosystem,
6868
meaning: no dependency on [illuminate/support](https://github.com/illuminate/support).
6969

70-
**In no way** I am trying to compare this package with the original one,
71-
Clearly, the original package is more advanced and has more features than this one,
72-
and if you are using Laravel, I highly recommend using the original package instead of this one.
73-
7470
### Requirements
7571

7672
- PHP 8.4 or higher

0 commit comments

Comments
 (0)