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