Skip to content

Commit c171464

Browse files
fixup! feat: contacts import ocs
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
1 parent ac44dbb commit c171464

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/dav/lib/CardDAV/Import/ImportCountEvent.php

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

1111
final readonly class ImportCountEvent implements ImportEvent {
1212
public function __construct(
13-
public int $vcard
13+
public int $vcard,
1414
) {
1515
}
1616

apps/dav/lib/Controller/ContactsImportController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
use OCP\AppFramework\OCSController;
2424
use OCP\Contacts\ContactsImportOptions;
2525
use OCP\Contacts\IManager;
26+
use OCP\IAddressBookWritable;
2627
use OCP\IGroupManager;
2728
use OCP\IRequest;
2829
use OCP\ITempManager;
2930
use OCP\IUserManager;
3031
use OCP\IUserSession;
31-
use OCP\IAddressBookWritable;
3232

3333
class ContactsImportController extends OCSController {
3434

0 commit comments

Comments
 (0)