File tree Expand file tree Collapse file tree
apps/cloud_federation_api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88return array (
99 'Composer \\InstalledVersions ' => $ vendorDir . '/composer/InstalledVersions.php ' ,
1010 'OCA \\CloudFederationAPI \\AppInfo \\Application ' => $ baseDir . '/../lib/AppInfo/Application.php ' ,
11- 'OCA \\CloudFederationAPI \\Capabilities ' => $ baseDir . '/../lib/Capabilities.php ' ,
1211 'OCA \\CloudFederationAPI \\Config ' => $ baseDir . '/../lib/Config.php ' ,
1312 'OCA \\CloudFederationAPI \\Controller \\OCMRequestController ' => $ baseDir . '/../lib/Controller/OCMRequestController.php ' ,
1413 'OCA \\CloudFederationAPI \\Controller \\RequestHandlerController ' => $ baseDir . '/../lib/Controller/RequestHandlerController.php ' ,
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ class ComposerStaticInitCloudFederationAPI
2323 public static $ classMap = array (
2424 'Composer \\InstalledVersions ' => __DIR__ . '/.. ' . '/composer/InstalledVersions.php ' ,
2525 'OCA \\CloudFederationAPI \\AppInfo \\Application ' => __DIR__ . '/.. ' . '/../lib/AppInfo/Application.php ' ,
26- 'OCA \\CloudFederationAPI \\Capabilities ' => __DIR__ . '/.. ' . '/../lib/Capabilities.php ' ,
2726 'OCA \\CloudFederationAPI \\Config ' => __DIR__ . '/.. ' . '/../lib/Config.php ' ,
2827 'OCA \\CloudFederationAPI \\Controller \\OCMRequestController ' => __DIR__ . '/.. ' . '/../lib/Controller/OCMRequestController.php ' ,
2928 'OCA \\CloudFederationAPI \\Controller \\RequestHandlerController ' => __DIR__ . '/.. ' . '/../lib/Controller/RequestHandlerController.php ' ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments