We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1d7c3 commit 0ab5ab9Copy full SHA for 0ab5ab9
src/Backup/Target/Compression/Factory.php
@@ -26,7 +26,7 @@ class Factory
26
'bzip2' => 'Bzip2',
27
'xz' => 'Xz',
28
'zip' => 'Zip',
29
- 'zstd' => 'Zstd'
+ 'zstd' => 'Zstd'
30
];
31
32
/**
0 commit comments