Skip to content

Commit

Permalink
Merge pull request #1 from Scalesoft/feature/nette-http-compatibility
Browse files Browse the repository at this point in the history
Fix compatibility with nette/http 2.4.10
  • Loading branch information
matej21 authored Sep 6, 2018
2 parents f451aa7 + 09af7f7 commit 1ce7b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function setExpiration($time)
}


public function setCookieParameters($path, $domain = NULL, $secure = NULL)
public function setCookieParameters($path, $domain = NULL, $secure = NULL, $samesite = NULL)
{
return $this;
}
Expand Down

0 comments on commit 1ce7b70

Please sign in to comment.