@@ -187,6 +187,12 @@ class ComposerStaticInitDAV
187187 'OCA \\DAV \\CardDAV \\Converter ' => __DIR__ . '/.. ' . '/../lib/CardDAV/Converter.php ' ,
188188 'OCA \\DAV \\CardDAV \\HasPhotoPlugin ' => __DIR__ . '/.. ' . '/../lib/CardDAV/HasPhotoPlugin.php ' ,
189189 'OCA \\DAV \\CardDAV \\ImageExportPlugin ' => __DIR__ . '/.. ' . '/../lib/CardDAV/ImageExportPlugin.php ' ,
190+ 'OCA \\DAV \\CardDAV \\Import \\ImportCountEvent ' => __DIR__ . '/.. ' . '/../lib/CardDAV/Import/ImportCountEvent.php ' ,
191+ 'OCA \\DAV \\CardDAV \\Import \\ImportDisposition ' => __DIR__ . '/.. ' . '/../lib/CardDAV/Import/ImportDisposition.php ' ,
192+ 'OCA \\DAV \\CardDAV \\Import \\ImportEvent ' => __DIR__ . '/.. ' . '/../lib/CardDAV/Import/ImportEvent.php ' ,
193+ 'OCA \\DAV \\CardDAV \\Import \\ImportObjectEvent ' => __DIR__ . '/.. ' . '/../lib/CardDAV/Import/ImportObjectEvent.php ' ,
194+ 'OCA \\DAV \\CardDAV \\Import \\ImportService ' => __DIR__ . '/.. ' . '/../lib/CardDAV/Import/ImportService.php ' ,
195+ 'OCA \\DAV \\CardDAV \\Import \\TextImporter ' => __DIR__ . '/.. ' . '/../lib/CardDAV/Import/TextImporter.php ' ,
190196 'OCA \\DAV \\CardDAV \\Integration \\ExternalAddressBook ' => __DIR__ . '/.. ' . '/../lib/CardDAV/Integration/ExternalAddressBook.php ' ,
191197 'OCA \\DAV \\CardDAV \\Integration \\IAddressBookProvider ' => __DIR__ . '/.. ' . '/../lib/CardDAV/Integration/IAddressBookProvider.php ' ,
192198 'OCA \\DAV \\CardDAV \\MultiGetExportPlugin ' => __DIR__ . '/.. ' . '/../lib/CardDAV/MultiGetExportPlugin.php ' ,
@@ -282,6 +288,7 @@ class ComposerStaticInitDAV
282288 'OCA \\DAV \\Controller \\BirthdayCalendarController ' => __DIR__ . '/.. ' . '/../lib/Controller/BirthdayCalendarController.php ' ,
283289 'OCA \\DAV \\Controller \\CalendarExportController ' => __DIR__ . '/.. ' . '/../lib/Controller/CalendarExportController.php ' ,
284290 'OCA \\DAV \\Controller \\CalendarImportController ' => __DIR__ . '/.. ' . '/../lib/Controller/CalendarImportController.php ' ,
291+ 'OCA \\DAV \\Controller \\ContactsImportController ' => __DIR__ . '/.. ' . '/../lib/Controller/ContactsImportController.php ' ,
285292 'OCA \\DAV \\Controller \\DirectController ' => __DIR__ . '/.. ' . '/../lib/Controller/DirectController.php ' ,
286293 'OCA \\DAV \\Controller \\ExampleContentController ' => __DIR__ . '/.. ' . '/../lib/Controller/ExampleContentController.php ' ,
287294 'OCA \\DAV \\Controller \\InvitationResponseController ' => __DIR__ . '/.. ' . '/../lib/Controller/InvitationResponseController.php ' ,
0 commit comments