diff --git a/docs/en/Community-Articles/2026-02-19-ABP-Framework-Hidden-Magic/post.md b/docs/en/Community-Articles/2026-02-19-ABP-Framework-Hidden-Magic/post.md index 7853e5f69a..db0c1f17a6 100644 --- a/docs/en/Community-Articles/2026-02-19-ABP-Framework-Hidden-Magic/post.md +++ b/docs/en/Community-Articles/2026-02-19-ABP-Framework-Hidden-Magic/post.md @@ -464,7 +464,7 @@ No explicit registration needed - just add files and they're available! Add `[RequiresFeature]` to restrict access based on feature flags: ```csharp -[RequiresFeature("MyApp.Feature.CanDoSomething")] +| 9 | **Object Mapping** | Mapperly (compile-time) | Inherit from `MapperBase` / `TwoWayMapperBase` and use `[Mapper]` attribute | public async Task DoSomethingAsync() { } ```