Skip to content

Commit 017e3e5

Browse files
committed
WIP
1 parent 1187d5c commit 017e3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DocuWare.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function __construct(protected ?string $cookie = null)
6969
*/
7070
public function getCookie(): string
7171
{
72-
self::methodNotAllowed();
72+
EnsureValidCredentials::check();
7373

7474
$request = new PostLogonRequest();
7575

0 commit comments

Comments
 (0)