Skip to content

Commit

Permalink
Vyžadován správný typ podle eventu
Browse files Browse the repository at this point in the history
  • Loading branch information
milous authored Apr 25, 2017
1 parent a368d1b commit 2dff020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DI/PresenterBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __construct(
}


public function onPresenter(Nette\Application\Application $application, Nette\Application\UI\Presenter $presenter)
public function onPresenter(Nette\Application\Application $application, Nette\Application\IPresenter $presenter)
{
$success = FALSE;
foreach ($this->allowedTypes as $allowedType) {
Expand Down

0 comments on commit 2dff020

Please sign in to comment.