Skip to content

Commit 84ec05f

Browse files
committed
Presenter: removed constructor (BC break!)
1 parent d7a5642 commit 84ec05f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Application/UI/Presenter.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ abstract class Presenter extends Control implements Application\IPresenter
116116
private readonly LinkGenerator $linkGenerator;
117117

118118

119-
public function __construct()
120-
{
121-
}
122-
123-
124119
final public function getRequest(): ?Application\Request
125120
{
126121
return $this->request;

0 commit comments

Comments
 (0)