Skip to content

Commit

Permalink
Merge pull request #3 from utopia-php/fix-constructor
Browse files Browse the repository at this point in the history
fix: constructor
  • Loading branch information
christyjacob4 authored Nov 8, 2024
2 parents 8c6d9bc + d6667e2 commit 2ac5709
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Compression/Compression.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ abstract class Compression

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

/**
Expand Down

0 comments on commit 2ac5709

Please sign in to comment.