File tree Expand file tree Collapse file tree 4 files changed +1
-112
lines changed
Expand file tree Collapse file tree 4 files changed +1
-112
lines changed Original file line number Diff line number Diff line change 4545 <command >OCA\Files\Command\Object\Get</command >
4646 <command >OCA\Files\Command\Object\Put</command >
4747 <command >OCA\Files\Command\Object\Multi\Users</command >
48- <command >OCA\Files\Command\Object\Multi\Rename</command >
4948 <command >OCA\Files\Command\Object\Multi\Move</command >
5049 </commands >
5150
Original file line number Diff line number Diff line change 3434 'OCA \\Files \\Command \\Move ' => $ baseDir . '/../lib/Command/Move.php ' ,
3535 'OCA \\Files \\Command \\Object \\Delete ' => $ baseDir . '/../lib/Command/Object/Delete.php ' ,
3636 'OCA \\Files \\Command \\Object \\Get ' => $ baseDir . '/../lib/Command/Object/Get.php ' ,
37- 'OCA \\Files \\Command \\Object \\Multi \\Move ' => $ baseDir . '/.. ' . '/../lib/Command/Object/Multi/Move.php ' ,
38- 'OCA \\Files \\Command \\Object \\Multi \\Rename ' => $ baseDir . '/../lib/Command/Object/Multi/Rename.php ' ,
37+ 'OCA \\Files \\Command \\Object \\Multi \\Move ' => $ baseDir . '/../lib/Command/Object/Multi/Move.php ' ,
3938 'OCA \\Files \\Command \\Object \\Multi \\Users ' => $ baseDir . '/../lib/Command/Object/Multi/Users.php ' ,
4039 'OCA \\Files \\Command \\Object \\ObjectUtil ' => $ baseDir . '/../lib/Command/Object/ObjectUtil.php ' ,
4140 'OCA \\Files \\Command \\Object \\Put ' => $ baseDir . '/../lib/Command/Object/Put.php ' ,
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ class ComposerStaticInitFiles
5050 'OCA \\Files \\Command \\Object \\Delete ' => __DIR__ . '/.. ' . '/../lib/Command/Object/Delete.php ' ,
5151 'OCA \\Files \\Command \\Object \\Get ' => __DIR__ . '/.. ' . '/../lib/Command/Object/Get.php ' ,
5252 'OCA \\Files \\Command \\Object \\Multi \\Move ' => __DIR__ . '/.. ' . '/../lib/Command/Object/Multi/Move.php ' ,
53- 'OCA \\Files \\Command \\Object \\Multi \\Rename ' => __DIR__ . '/.. ' . '/../lib/Command/Object/Multi/Rename.php ' ,
5453 'OCA \\Files \\Command \\Object \\Multi \\Users ' => __DIR__ . '/.. ' . '/../lib/Command/Object/Multi/Users.php ' ,
5554 'OCA \\Files \\Command \\Object \\ObjectUtil ' => __DIR__ . '/.. ' . '/../lib/Command/Object/ObjectUtil.php ' ,
5655 'OCA \\Files \\Command \\Object \\Put ' => __DIR__ . '/.. ' . '/../lib/Command/Object/Put.php ' ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments