File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
apps/dav/composer/composer Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 286
286
'OCA \\DAV \\Migration \\Version1017Date20210216083742 ' => $ baseDir . '/../lib/Migration/Version1017Date20210216083742.php ' ,
287
287
'OCA \\DAV \\Migration \\Version1018Date20210312100735 ' => $ baseDir . '/../lib/Migration/Version1018Date20210312100735.php ' ,
288
288
'OCA \\DAV \\Migration \\Version1024Date20211221144219 ' => $ baseDir . '/../lib/Migration/Version1024Date20211221144219.php ' ,
289
+ 'OCA \\DAV \\Migration \\Version1025Date20221114151721 ' => $ baseDir . '/../lib/Migration/Version1025Date20221114151721.php ' ,
289
290
'OCA \\DAV \\Profiler \\ProfilerPlugin ' => $ baseDir . '/../lib/Profiler/ProfilerPlugin.php ' ,
290
291
'OCA \\DAV \\Provisioning \\Apple \\AppleProvisioningNode ' => $ baseDir . '/../lib/Provisioning/Apple/AppleProvisioningNode.php ' ,
291
292
'OCA \\DAV \\Provisioning \\Apple \\AppleProvisioningPlugin ' => $ baseDir . '/../lib/Provisioning/Apple/AppleProvisioningPlugin.php ' ,
Original file line number Diff line number Diff line change 7
7
class ComposerStaticInitDAV
8
8
{
9
9
public static $ prefixLengthsPsr4 = array (
10
- 'O ' =>
10
+ 'O ' =>
11
11
array (
12
12
'OCA \\DAV \\' => 8 ,
13
13
),
14
14
);
15
15
16
16
public static $ prefixDirsPsr4 = array (
17
- 'OCA \\DAV \\' =>
17
+ 'OCA \\DAV \\' =>
18
18
array (
19
19
0 => __DIR__ . '/.. ' . '/../lib ' ,
20
20
),
@@ -301,6 +301,7 @@ class ComposerStaticInitDAV
301
301
'OCA \\DAV \\Migration \\Version1017Date20210216083742 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1017Date20210216083742.php ' ,
302
302
'OCA \\DAV \\Migration \\Version1018Date20210312100735 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1018Date20210312100735.php ' ,
303
303
'OCA \\DAV \\Migration \\Version1024Date20211221144219 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1024Date20211221144219.php ' ,
304
+ 'OCA \\DAV \\Migration \\Version1025Date20221114151721 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1025Date20221114151721.php ' ,
304
305
'OCA \\DAV \\Profiler \\ProfilerPlugin ' => __DIR__ . '/.. ' . '/../lib/Profiler/ProfilerPlugin.php ' ,
305
306
'OCA \\DAV \\Provisioning \\Apple \\AppleProvisioningNode ' => __DIR__ . '/.. ' . '/../lib/Provisioning/Apple/AppleProvisioningNode.php ' ,
306
307
'OCA \\DAV \\Provisioning \\Apple \\AppleProvisioningPlugin ' => __DIR__ . '/.. ' . '/../lib/Provisioning/Apple/AppleProvisioningPlugin.php ' ,
You can’t perform that action at this time.
0 commit comments