From bc74b8b208b47f163fe55708fcf1a0333247fa79 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Sun, 25 Aug 2024 14:10:38 +0200 Subject: [PATCH] Fix stub --- extension.neon | 1 + stubs/Application/UI/Presenter.stub | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 stubs/Application/UI/Presenter.stub diff --git a/extension.neon b/extension.neon index af05815..35cbae0 100644 --- a/extension.neon +++ b/extension.neon @@ -8,6 +8,7 @@ parameters: - stubs/Application/Routers/RouteList.stub - stubs/Application/UI/Component.stub - stubs/Application/UI/Multiplier.stub + - stubs/Application/UI/Presenter.stub - stubs/Caching/Cache.stub - stubs/ComponentModel/Component.stub - stubs/ComponentModel/Container.stub diff --git a/stubs/Application/UI/Presenter.stub b/stubs/Application/UI/Presenter.stub new file mode 100644 index 0000000..6b8f59a --- /dev/null +++ b/stubs/Application/UI/Presenter.stub @@ -0,0 +1,8 @@ +