Skip to content

Commit

Permalink
Update Cookie.php
Browse files Browse the repository at this point in the history
  • Loading branch information
7r1n17y committed Jul 10, 2017
1 parent 58f64b3 commit 4c40712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Manage/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2017-2017 Aveu Mizura
*/
namespace r7r1n17y\Myriad\Manage;
use \r7r1n17y\Myriad\Interfaces, \r7r1n17y\Myriad\Helper\Func as HelperFunc, \r7r1n17y\Myriad\Helper\Extender as Extender;
use \r7r1n17y\Myriad\Interfaces, \r7r1n17y\Myriad\Helper\Extender as Extender;
class Cookie extends Extender implements Handler {
/** @var mixed[] $params An array containing the cookie params */
private $params = array();
Expand All @@ -14,7 +14,7 @@ class Cookie extends Extender implements Handler {
*/
public function __construct(array $options = array()) {
$this->params = session_get_cookie_params();
parent::add_ext(new HelperFunc($options));
parent::add_ext(new \HelperFunc($options));
}
/**
* Gets the cookie requested
Expand Down

0 comments on commit 4c40712

Please sign in to comment.