From 2dff020480a5997dcf8db4def20c59a283f30b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Ot=C3=A1hal?= Date: Tue, 25 Apr 2017 11:57:01 +0200 Subject: [PATCH] =?UTF-8?q?Vy=C5=BEadov=C3=A1n=20spr=C3=A1vn=C3=BD=20typ?= =?UTF-8?q?=20podle=20eventu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DI/PresenterBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DI/PresenterBridge.php b/src/DI/PresenterBridge.php index 01928cb..9092f05 100644 --- a/src/DI/PresenterBridge.php +++ b/src/DI/PresenterBridge.php @@ -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) {