Merged in victorsl/processmaker/HOR-1594-31-B (pull request #4721)

HOR-1594
This commit is contained in:
Julio Cesar Laura Avendaño
2016-08-11 15:36:30 -04:00

View File

@@ -5,7 +5,7 @@ use \G;
class Variable 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 * Create Variable for a Process