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 9, 2017
1 parent dae371b commit 28b1a88
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
Expand Up @@ -47,6 +47,6 @@ public function delete(string $name = null) {
unset($_COOKIE[$name]);
setcookie($name, '', time() - 42000, $this->params['path'], $this->params['domain'], $this->params['secure'], $this->params['httponly']);
}
}
}
}
?>

0 comments on commit 28b1a88

Please sign in to comment.