2017-10-23 10:12:50 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
// autoload_classmap.php @generated by Composer
|
|
|
|
|
|
2022-03-30 09:40:23 -04:00
|
|
|
$vendorDir = dirname(__DIR__);
|
2017-10-23 10:12:50 -04:00
|
|
|
$baseDir = $vendorDir;
|
|
|
|
|
|
|
|
|
|
return array(
|
2020-11-26 09:49:03 -05:00
|
|
|
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
|
2017-10-23 10:12:50 -04:00
|
|
|
'OCA\\Federation\\AppInfo\\Application' => $baseDir . '/../lib/AppInfo/Application.php',
|
|
|
|
|
'OCA\\Federation\\BackgroundJob\\GetSharedSecret' => $baseDir . '/../lib/BackgroundJob/GetSharedSecret.php',
|
|
|
|
|
'OCA\\Federation\\BackgroundJob\\RequestSharedSecret' => $baseDir . '/../lib/BackgroundJob/RequestSharedSecret.php',
|
|
|
|
|
'OCA\\Federation\\Command\\SyncFederationAddressBooks' => $baseDir . '/../lib/Command/SyncFederationAddressBooks.php',
|
2025-05-14 05:21:28 -04:00
|
|
|
'OCA\\Federation\\Command\\SyncFederationCalendars' => $baseDir . '/../lib/Command/SyncFederationCalendars.php',
|
2017-10-23 10:12:50 -04:00
|
|
|
'OCA\\Federation\\Controller\\OCSAuthAPIController' => $baseDir . '/../lib/Controller/OCSAuthAPIController.php',
|
|
|
|
|
'OCA\\Federation\\Controller\\SettingsController' => $baseDir . '/../lib/Controller/SettingsController.php',
|
|
|
|
|
'OCA\\Federation\\DAV\\FedAuth' => $baseDir . '/../lib/DAV/FedAuth.php',
|
|
|
|
|
'OCA\\Federation\\DbHandler' => $baseDir . '/../lib/DbHandler.php',
|
2020-07-27 07:17:04 -04:00
|
|
|
'OCA\\Federation\\Listener\\SabrePluginAuthInitListener' => $baseDir . '/../lib/Listener/SabrePluginAuthInitListener.php',
|
2025-07-02 06:32:45 -04:00
|
|
|
'OCA\\Federation\\Listener\\TrustedServerRemovedListener' => $baseDir . '/../lib/Listener/TrustedServerRemovedListener.php',
|
2020-07-01 02:24:38 -04:00
|
|
|
'OCA\\Federation\\Migration\\Version1010Date20200630191302' => $baseDir . '/../lib/Migration/Version1010Date20200630191302.php',
|
2017-10-23 10:12:50 -04:00
|
|
|
'OCA\\Federation\\Settings\\Admin' => $baseDir . '/../lib/Settings/Admin.php',
|
|
|
|
|
'OCA\\Federation\\SyncFederationAddressBooks' => $baseDir . '/../lib/SyncFederationAddressBooks.php',
|
|
|
|
|
'OCA\\Federation\\SyncJob' => $baseDir . '/../lib/SyncJob.php',
|
|
|
|
|
'OCA\\Federation\\TrustedServers' => $baseDir . '/../lib/TrustedServers.php',
|
|
|
|
|
);
|