Skip to content

Commit a1cfc1c

Browse files
Merge pull request #89 from kiiya/patch-2
Fix link to myclabs/php-enum package
2 parents 4df43d2 + 776fb62 commit a1cfc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/using-transformers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Transformers are the heart of the package. They take a PHP class and try to make
1010
The package comes with a few transformers out of the box:
1111

1212
- `EnumTransformer`: this transforms a PHP 8.1 native enum
13-
- `MyclabsEnumTransformer`: this transforms an enum from the [`myclabs\enum`](https://github.com/myclab/enum) package
13+
- `MyclabsEnumTransformer`: this transforms an enum from the [`myclabs\php-enum`](https://github.com/myclabs/php-enum) package
1414
- `SpatieEnumTransformer`: this transforms an enum from the [`spatie\enum`](https://github.com/spatie/enum) package
1515
- `DtoTransformer`: a powerful transformer that transforms entire classes and their properties, you can read more about
1616
it [here](/docs/typescript-transformer/v2/dtos/typing-properties)

0 commit comments

Comments
 (0)