Skip to content

Commit

Permalink
Update Presenter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit authored Aug 28, 2024
1 parent 2288b99 commit cb26d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/UI/Presenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abstract class Presenter extends \Nette\Application\UI\Presenter
public SettingsRepository $settingsRepository;


public function injectInstall(Presenter $presenter): void
public function injectInstall(self $presenter): void
{
if (is_dir(__DIR__ . '/Install')) {
$presenter->onStartup[] = function () use ($presenter) {
Expand Down

0 comments on commit cb26d23

Please sign in to comment.