Merged in victorsl/processmaker/HOR-1594-31-B (pull request #4721)
HOR-1594
This commit is contained in:
@@ -5,7 +5,7 @@ use \G;
|
||||
|
||||
class Variable
|
||||
{
|
||||
public $variableTypes = array('string', 'integer', 'float', 'boolean', 'datetime', 'grid', 'array', 'file');
|
||||
private $variableTypes = ['string', 'integer', 'float', 'boolean', 'datetime', 'grid', 'array', 'file', 'multiplefile'];
|
||||
|
||||
/**
|
||||
* Create Variable for a Process
|
||||
|
||||
Reference in New Issue
Block a user