Merged in release/3.4.8 (pull request #7272)

Updating branch develop with release/3.4.8

Approved-by: Paula Quispe <paula.quispe@processmaker.com>
Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Paula Quispe
2020-02-27 12:21:56 +00:00
committed by Julio Cesar Laura Avendaño
5 changed files with 65 additions and 17 deletions

View File

@@ -111,6 +111,16 @@ class SpoolRun
return $this->spoolId;
}
/**
* Set the fileData property
*
* @param array $fileData
*/
public function setFileData($fileData)
{
$this->fileData = $fileData;
}
/**
* Get the fileData property
*