From 11795e2eda2181e1b1b45160ef266197734f7e85 Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Thu, 19 Feb 2026 15:38:35 +0300 Subject: [PATCH] Update docs/en/Community-Articles/2026-02-19-ABP-Framework-Hidden-Magic/post.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../2026-02-19-ABP-Framework-Hidden-Magic/post.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { } ```