Skip to content

Commit c565ab9

Browse files
authored
Update AttachmentService.php (#41)
Fix error with Attachment Class not found
1 parent b1c5b45 commit c565ab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Attachment/AttachmentService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace JiraCloud\Attachment;
44

5-
use JiraCloud\ADF\Attachment;
5+
use JiraCloud\Issue\Attachment;
66

77
/**
88
* Class AttachmentService.

0 commit comments

Comments
 (0)