File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 5
5
use Carbon \Carbon ;
6
6
use CodebarAg \DocuWare \DocuWareSearchRequestBuilder ;
7
7
use CodebarAg \DocuWare \DocuWareUrl ;
8
+ use CodebarAg \DocuWare \DTO \Config \ConfigWithCredentials ;
9
+ use CodebarAg \DocuWare \DTO \Config \ConfigWithCredentialsTrustedUser ;
8
10
use CodebarAg \DocuWare \DTO \Cookie ;
9
11
use CodebarAg \DocuWare \DTO \Documents \Document ;
10
12
use CodebarAg \DocuWare \DTO \Documents \DocumentThumbnail ;
39
41
* @method static int documentCount(string $fileCabinetId, string $dialogId)
40
42
* @method static void deleteDocument(string $fileCabinetId, int $documentId)
41
43
* @method static DocuWareSearchRequestBuilder search()
42
- * @method static DocuWareUrl url()
44
+ * @method static DocuWareUrl url(null|ConfigWithCredentials|ConfigWithCredentialsTrustedUser $configuration )
43
45
*/
44
46
class DocuWare extends Facade
45
47
{
You can’t perform that action at this time.
0 commit comments