File tree Expand file tree Collapse file tree
apps/dav/composer/composer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 286286 'OCA \\DAV \\Migration \\Version1017Date20210216083742 ' => $ baseDir . '/../lib/Migration/Version1017Date20210216083742.php ' ,
287287 'OCA \\DAV \\Migration \\Version1018Date20210312100735 ' => $ baseDir . '/../lib/Migration/Version1018Date20210312100735.php ' ,
288288 'OCA \\DAV \\Migration \\Version1024Date20211221144219 ' => $ baseDir . '/../lib/Migration/Version1024Date20211221144219.php ' ,
289+ 'OCA \\DAV \\Migration \\Version1025Date20221114151721 ' => $ baseDir . '/../lib/Migration/Version1025Date20221114151721.php ' ,
289290 'OCA \\DAV \\Profiler \\ProfilerPlugin ' => $ baseDir . '/../lib/Profiler/ProfilerPlugin.php ' ,
290291 'OCA \\DAV \\Provisioning \\Apple \\AppleProvisioningNode ' => $ baseDir . '/../lib/Provisioning/Apple/AppleProvisioningNode.php ' ,
291292 'OCA \\DAV \\Provisioning \\Apple \\AppleProvisioningPlugin ' => $ baseDir . '/../lib/Provisioning/Apple/AppleProvisioningPlugin.php ' ,
Original file line number Diff line number Diff line change 77class ComposerStaticInitDAV
88{
99 public static $ prefixLengthsPsr4 = array (
10- 'O ' =>
10+ 'O ' =>
1111 array (
1212 'OCA \\DAV \\' => 8 ,
1313 ),
1414 );
1515
1616 public static $ prefixDirsPsr4 = array (
17- 'OCA \\DAV \\' =>
17+ 'OCA \\DAV \\' =>
1818 array (
1919 0 => __DIR__ . '/.. ' . '/../lib ' ,
2020 ),
@@ -301,6 +301,7 @@ class ComposerStaticInitDAV
301301 'OCA \\DAV \\Migration \\Version1017Date20210216083742 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1017Date20210216083742.php ' ,
302302 'OCA \\DAV \\Migration \\Version1018Date20210312100735 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1018Date20210312100735.php ' ,
303303 'OCA \\DAV \\Migration \\Version1024Date20211221144219 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1024Date20211221144219.php ' ,
304+ 'OCA \\DAV \\Migration \\Version1025Date20221114151721 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1025Date20221114151721.php ' ,
304305 'OCA \\DAV \\Profiler \\ProfilerPlugin ' => __DIR__ . '/.. ' . '/../lib/Profiler/ProfilerPlugin.php ' ,
305306 'OCA \\DAV \\Provisioning \\Apple \\AppleProvisioningNode ' => __DIR__ . '/.. ' . '/../lib/Provisioning/Apple/AppleProvisioningNode.php ' ,
306307 'OCA \\DAV \\Provisioning \\Apple \\AppleProvisioningPlugin ' => __DIR__ . '/.. ' . '/../lib/Provisioning/Apple/AppleProvisioningPlugin.php ' ,
You can’t perform that action at this time.
0 commit comments