Skip to content

Commit 9b49fe6

Browse files
committed
WIP
1 parent 7795995 commit 9b49fe6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Facades/DocuWare.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
use Carbon\Carbon;
66
use CodebarAg\DocuWare\DocuWareSearchRequestBuilder;
77
use CodebarAg\DocuWare\DocuWareUrl;
8+
use CodebarAg\DocuWare\DTO\Config\ConfigWithCredentials;
9+
use CodebarAg\DocuWare\DTO\Config\ConfigWithCredentialsTrustedUser;
810
use CodebarAg\DocuWare\DTO\Cookie;
911
use CodebarAg\DocuWare\DTO\Documents\Document;
1012
use CodebarAg\DocuWare\DTO\Documents\DocumentThumbnail;
@@ -39,7 +41,7 @@
3941
* @method static int documentCount(string $fileCabinetId, string $dialogId)
4042
* @method static void deleteDocument(string $fileCabinetId, int $documentId)
4143
* @method static DocuWareSearchRequestBuilder search()
42-
* @method static DocuWareUrl url()
44+
* @method static DocuWareUrl url(null|ConfigWithCredentials|ConfigWithCredentialsTrustedUser $configuration)
4345
*/
4446
class DocuWare extends Facade
4547
{

0 commit comments

Comments
 (0)