diff --git a/extension.neon b/extension.neon index 164488b..6dc7d38 100644 --- a/extension.neon +++ b/extension.neon @@ -153,7 +153,7 @@ parameters: websiteTitle: string stubFiles: - stubs/DomainObjectInterface.stub - - stubs/EventDispatcher.stub + - stubs/EventDispatcherInterface.stub - stubs/ObjectStorage.stub - stubs/QueryFactory.stub - stubs/QueryInterface.stub diff --git a/stubs/EventDispatcher.stub b/stubs/EventDispatcherInterface.stub similarity index 100% rename from stubs/EventDispatcher.stub rename to stubs/EventDispatcherInterface.stub