@@ -203,6 +203,7 @@ class ComposerStaticInitDAV
203203 'OCA \\DAV \\Connector \\Sabre \\SharesPlugin ' => __DIR__ . '/.. ' . '/../lib/Connector/Sabre/SharesPlugin.php ' ,
204204 'OCA \\DAV \\Connector \\Sabre \\TagList ' => __DIR__ . '/.. ' . '/../lib/Connector/Sabre/TagList.php ' ,
205205 'OCA \\DAV \\Connector \\Sabre \\TagsPlugin ' => __DIR__ . '/.. ' . '/../lib/Connector/Sabre/TagsPlugin.php ' ,
206+ 'OCA \\DAV \\Controller \\AvailabilitySettingsController ' => __DIR__ . '/.. ' . '/../lib/Controller/AvailabilitySettingsController.php ' ,
206207 'OCA \\DAV \\Controller \\BirthdayCalendarController ' => __DIR__ . '/.. ' . '/../lib/Controller/BirthdayCalendarController.php ' ,
207208 'OCA \\DAV \\Controller \\DirectController ' => __DIR__ . '/.. ' . '/../lib/Controller/DirectController.php ' ,
208209 'OCA \\DAV \\Controller \\InvitationResponseController ' => __DIR__ . '/.. ' . '/../lib/Controller/InvitationResponseController.php ' ,
@@ -216,6 +217,8 @@ class ComposerStaticInitDAV
216217 'OCA \\DAV \\DAV \\Sharing \\Xml \\ShareRequest ' => __DIR__ . '/.. ' . '/../lib/DAV/Sharing/Xml/ShareRequest.php ' ,
217218 'OCA \\DAV \\DAV \\SystemPrincipalBackend ' => __DIR__ . '/.. ' . '/../lib/DAV/SystemPrincipalBackend.php ' ,
218219 'OCA \\DAV \\DAV \\ViewOnlyPlugin ' => __DIR__ . '/.. ' . '/../lib/DAV/ViewOnlyPlugin.php ' ,
220+ 'OCA \\DAV \\Db \\Absence ' => __DIR__ . '/.. ' . '/../lib/Db/Absence.php ' ,
221+ 'OCA \\DAV \\Db \\AbsenceMapper ' => __DIR__ . '/.. ' . '/../lib/Db/AbsenceMapper.php ' ,
219222 'OCA \\DAV \\Db \\Direct ' => __DIR__ . '/.. ' . '/../lib/Db/Direct.php ' ,
220223 'OCA \\DAV \\Db \\DirectMapper ' => __DIR__ . '/.. ' . '/../lib/Db/DirectMapper.php ' ,
221224 'OCA \\DAV \\Direct \\DirectFile ' => __DIR__ . '/.. ' . '/../lib/Direct/DirectFile.php ' ,
@@ -312,6 +315,7 @@ class ComposerStaticInitDAV
312315 'OCA \\DAV \\Migration \\Version1018Date20210312100735 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1018Date20210312100735.php ' ,
313316 'OCA \\DAV \\Migration \\Version1024Date20211221144219 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1024Date20211221144219.php ' ,
314317 'OCA \\DAV \\Migration \\Version1027Date20230504122946 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1027Date20230504122946.php ' ,
318+ 'OCA \\DAV \\Migration \\Version1029Date20231004091403 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1029Date20231004091403.php ' ,
315319 'OCA \\DAV \\Profiler \\ProfilerPlugin ' => __DIR__ . '/.. ' . '/../lib/Profiler/ProfilerPlugin.php ' ,
316320 'OCA \\DAV \\Provisioning \\Apple \\AppleProvisioningNode ' => __DIR__ . '/.. ' . '/../lib/Provisioning/Apple/AppleProvisioningNode.php ' ,
317321 'OCA \\DAV \\Provisioning \\Apple \\AppleProvisioningPlugin ' => __DIR__ . '/.. ' . '/../lib/Provisioning/Apple/AppleProvisioningPlugin.php ' ,
@@ -321,6 +325,7 @@ class ComposerStaticInitDAV
321325 'OCA \\DAV \\Search \\EventsSearchProvider ' => __DIR__ . '/.. ' . '/../lib/Search/EventsSearchProvider.php ' ,
322326 'OCA \\DAV \\Search \\TasksSearchProvider ' => __DIR__ . '/.. ' . '/../lib/Search/TasksSearchProvider.php ' ,
323327 'OCA \\DAV \\Server ' => __DIR__ . '/.. ' . '/../lib/Server.php ' ,
328+ 'OCA \\DAV \\Service \\AbsenceService ' => __DIR__ . '/.. ' . '/../lib/Service/AbsenceService.php ' ,
324329 'OCA \\DAV \\Settings \\AvailabilitySettings ' => __DIR__ . '/.. ' . '/../lib/Settings/AvailabilitySettings.php ' ,
325330 'OCA \\DAV \\Settings \\CalDAVSettings ' => __DIR__ . '/.. ' . '/../lib/Settings/CalDAVSettings.php ' ,
326331 'OCA \\DAV \\Storage \\PublicOwnerWrapper ' => __DIR__ . '/.. ' . '/../lib/Storage/PublicOwnerWrapper.php ' ,
0 commit comments