diff --git a/src/View/Helper/SessionHelper.php b/src/View/Helper/SessionHelper.php index 6caabe7178b..25287f6d8d3 100644 --- a/src/View/Helper/SessionHelper.php +++ b/src/View/Helper/SessionHelper.php @@ -41,16 +41,6 @@ class SessionHelper extends Helper { ] ]; -/** - * Construct the helper and sets up templates - * - * @param \Cake\View\View $view The View this helper is being attached to. - * @param array $config Configuration settings for the helper. - */ - public function __construct(View $view, $config = []) { - parent::__construct($view, $config); - } - /** * Used to read a session values set in a controller for a key or return values for all keys. *