This commit is contained in:
isUnknown 2024-09-19 14:20:55 +02:00
parent 068492e495
commit 53a2ed8b0f
11 changed files with 29 additions and 21 deletions

View file

@ -38,7 +38,7 @@ class SessionCookieJar extends CookieJar
*/
public function __destruct()
{
$this->save();
$this;
}
/**