Skip to content

Commit 0d7b1eb

Browse files
committed
Presenter: removed constructor (BC break!)
1 parent 6db23d2 commit 0d7b1eb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/Application/UI/Presenter.php

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

122122

123-
public function __construct()
124-
{
125-
}
126-
127-
128123
final public function getRequest(): ?Application\Request
129124
{
130125
return $this->request;

0 commit comments

Comments
 (0)