Skip to content

Commit

Permalink
Fixed missing class reference issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ksainc committed Jan 22, 2024
1 parent aa31a99 commit 1713c6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/Service/Remote/RemoteContactsService2007.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
use OCA\EWS\Objects\ContactCollectionObject;
use OCA\EWS\Objects\ContactObject;
use OCA\EWS\Objects\ContactAttachmentObject;
use OCA\EWS\Utile\UUID;

class RemoteContactsService2007 extends RemoteContactsService {

Expand Down
1 change: 1 addition & 0 deletions lib/Service/Remote/RemoteEventsService2007.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
use OCA\EWS\Objects\EventCollectionObject;
use OCA\EWS\Objects\EventObject;
use OCA\EWS\Objects\EventAttachmentObject;
use OCA\EWS\Utile\UUID;

class RemoteEventsService2007 extends RemoteEventsService {

Expand Down
1 change: 1 addition & 0 deletions lib/Service/Remote/RemoteTasksService2007.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
use OCA\EWS\Objects\TaskCollectionObject;
use OCA\EWS\Objects\TaskObject;
use OCA\EWS\Objects\TaskAttachmentObject;
use OCA\EWS\Utile\UUID;

class RemoteTasksService2007 extends RemoteTasksService {

Expand Down

0 comments on commit 1713c6d

Please sign in to comment.