Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Cookies.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ public static function fromString($string)
6161
);
6262
}
6363

64-
public function __construct(Headers $headers, $context = self::CONTEXT_REQUEST)
64+
public function __construct(Headers $headers)
6565
{
6666
$this->headers = $headers;
67-
parent::__construct();
6867
}
6968

7069
/**

0 commit comments

Comments
 (0)