Skip to content

Commit

Permalink
nolonger necessary
Browse files Browse the repository at this point in the history
refactored out of existence
  • Loading branch information
AD7six committed Mar 26, 2014
1 parent 1a75ce6 commit c1c7119
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/View/Helper/SessionHelper.php
Expand Up @@ -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.
*
Expand Down

0 comments on commit c1c7119

Please sign in to comment.