diff --git a/docs/en/Local-Event-Bus.md b/docs/en/Local-Event-Bus.md index 840050362e..81c0c5a171 100644 --- a/docs/en/Local-Event-Bus.md +++ b/docs/en/Local-Event-Bus.md @@ -134,7 +134,6 @@ A service can implement the `ILocalEventHandler` to handle the event. using System.Threading.Tasks; using Volo.Abp.DependencyInjection; using Volo.Abp.EventBus; -using Volo.Abp.EventBus.Local; namespace AbpDemo {