We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1187d5c commit 017e3e5Copy full SHA for 017e3e5
src/DocuWare.php
@@ -69,7 +69,7 @@ public function __construct(protected ?string $cookie = null)
69
*/
70
public function getCookie(): string
71
{
72
- self::methodNotAllowed();
+ EnsureValidCredentials::check();
73
74
$request = new PostLogonRequest();
75
0 commit comments