diff --git a/src/main/php/web/session/Sessions.class.php b/src/main/php/web/session/Sessions.class.php index 90d2617..af55b0b 100755 --- a/src/main/php/web/session/Sessions.class.php +++ b/src/main/php/web/session/Sessions.class.php @@ -53,7 +53,7 @@ public function in($path) { * @param bool $whether * @return self */ - public function insecure(bool $whether) { + public function insecure($whether) { $this->secure= !$whether; return $this; }