Skip to content

Commit

Permalink
Changed namespace name.
Browse files Browse the repository at this point in the history
  • Loading branch information
7r1n17y committed Jul 9, 2017
1 parent ac89992 commit f1d394b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Manage/Cookie.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
namespace r7r1n17y\Myriad\Manage;
use r7r1n17y\Myriad\Interfaces, r7r1n17y\Myriad\Extender as Extender;
use r7r1n17y\Myriad\Interfaces, r7r1n17y\Myriad\Helper\Extender as Extender;
class Cookie extends Extender implements Handler {
private $params = array();
public function __construct(array $options = array()) {
Expand Down

0 comments on commit f1d394b

Please sign in to comment.