Skip to content

Commit 326a2a8

Browse files
author
Pieter Cappelle
committed
Merge branch 'wishlist_add_message' of github.com:PieterCappelle/magento2 into wishlist_add_message
2 parents af5a96f + a7e9bb9 commit 326a2a8

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Wishlist/Controller/Index

1 file changed

+2
-2
lines changed

app/code/Magento/Wishlist/Controller/Index/Plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ class Plugin
3030
protected $config;
3131

3232
/**
33-
* @var \Magento\Framework\App\Response\RedirectInterface
33+
* @var \Magento\Framework\Message\ManagerInterface $messageManager
3434
*/
35-
protected $redirector;
35+
protected $messageManager;
3636

3737
/**
3838
* @var \Magento\Framework\Message\ManagerInterface $messageManager

0 commit comments

Comments
 (0)