Skip to content

Commit 2ac5709

Browse files
Merge pull request #3 from utopia-php/fix-constructor
fix: constructor
2 parents 8c6d9bc + d6667e2 commit 2ac5709

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Compression/Compression.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ abstract class Compression
2222

2323
public function __construct()
2424
{
25-
if (! self::isSupported()) {
26-
throw new \Exception('Compression algorithm'.$this->getName().' is not supported, missing extension');
27-
}
2825
}
2926

3027
/**

0 commit comments

Comments
 (0)