debug
This commit is contained in:
@@ -61,6 +61,12 @@ class StorageCore
|
||||
$this->Filesystem->writeStream($strPath, $Resource);
|
||||
}
|
||||
|
||||
public function put($strKey, $strContent, array $arrConfig = [])
|
||||
{
|
||||
$strContent = zstd_compress($strContent);
|
||||
return $this->Filesystem->put($strKey, $strContent, $arrConfig);
|
||||
}
|
||||
|
||||
public function write($strKey, $strContent, array $arrConfig = [])
|
||||
{
|
||||
$strContent = zstd_compress($strContent);
|
||||
|
||||
Reference in New Issue
Block a user