File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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.
6767The main thing that I tried to focus on when creating this package is to make it outside of Laravel ecosystem,
6868meaning: 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
You can’t perform that action at this time.
0 commit comments