Skip to content

Commit 43d4a49

Browse files
committed
Add missing use statement for UploadSession
1 parent 4c28ac1 commit 43d4a49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Mailers/O365/Office365Connector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use Microsoft\Graph\Graph;
66
use Microsoft\Graph\Model\Message;
7+
use Microsoft\Graph\Model\UploadSession;
78
use Symfony\Component\Mime\Email;
89
use Symfony\Component\Mime\Address;
910
use Illuminate\Support\Str;

0 commit comments

Comments
 (0)