@@ -25,13 +25,13 @@ |
||
25 | 25 | use OCP\Capabilities\ICapability; |
26 | 26 | |
27 | 27 | class Capabilities implements ICapability { |
28 | - public function getCapabilities() { |
|
29 | - return [ |
|
30 | - 'dav' => [ |
|
31 | - 'chunking' => '1.0', |
|
32 | - // disabled because of https://github.com/nextcloud/desktop/issues/4243 |
|
33 | - // 'bulkupload' => '1.0', |
|
34 | - ] |
|
35 | - ]; |
|
36 | - } |
|
28 | + public function getCapabilities() { |
|
29 | + return [ |
|
30 | + 'dav' => [ |
|
31 | + 'chunking' => '1.0', |
|
32 | + // disabled because of https://github.com/nextcloud/desktop/issues/4243 |
|
33 | + // 'bulkupload' => '1.0', |
|
34 | + ] |
|
35 | + ]; |
|
36 | + } |
|
37 | 37 | } |