Skip to content

Commit 5743f06

Browse files
committed
Presenter: removed constructor (BC break!)
1 parent d353e4b commit 5743f06

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
@@ -114,11 +114,6 @@ abstract class Presenter extends Control implements Application\IPresenter
114114
private readonly LinkGenerator $linkGenerator;
115115

116116

117-
public function __construct()
118-
{
119-
}
120-
121-
122117
final public function getRequest(): ?Application\Request
123118
{
124119
return $this->request;

0 commit comments

Comments
 (0)