Skip to content

Commit bc74b8b

Browse files
committed
Fix stub
1 parent 8794315 commit bc74b8b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

extension.neon

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ parameters:
88
- stubs/Application/Routers/RouteList.stub
99
- stubs/Application/UI/Component.stub
1010
- stubs/Application/UI/Multiplier.stub
11+
- stubs/Application/UI/Presenter.stub
1112
- stubs/Caching/Cache.stub
1213
- stubs/ComponentModel/Component.stub
1314
- stubs/ComponentModel/Container.stub

stubs/Application/UI/Presenter.stub

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Nette\Application\UI;
4+
5+
abstract class Presenter
6+
{
7+
8+
}

0 commit comments

Comments
 (0)