Skip to content

Commit 7d74bbc

Browse files
committed
gitbook zh success
1 parent 4c4d50b commit 7d74bbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/zh/annotation/mapper-annotation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Mapper映射
1+
## Mapper映射
22

33
### 属性映射
44

@@ -106,7 +106,6 @@ use Astral\Serialize\Support\Mappers\{
106106
};
107107
use Astral\Serialize\Serialize;
108108

109-
110109
#[InputName(SnakeCaseMapper::class, groups: 'external')]
111110
#[InputName(CamelCaseMapper::class, groups: 'api')]
112111
#[OutputName(PascalCaseMapper::class, groups: ['external','api'])]

0 commit comments

Comments
 (0)