Skip to content

Commit

Permalink
Update Compression.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar authored Dec 31, 2023
1 parent 130e7c4 commit fc98c94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Storage/Compression/Compression.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ abstract class Compression

public const XZ = 'xz';

public const NONE = 'none';

/**
* Return the name of compression algorithm.
*
Expand Down

0 comments on commit fc98c94

Please sign in to comment.