HOR-4547: incompatible data type

This commit is contained in:
Roly Rudy Gutierrez Pinto
2018-05-11 14:30:50 -04:00
parent 60f83d82c2
commit 4b20786cd6
4 changed files with 5 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ class AppAssignSelfServiceValue extends BaseAppAssignSelfServiceValue
*
* return void
*/
public function create($applicationUid, $delIndex, array $arrayData, $dataVariable)
public function create($applicationUid, $delIndex, array $arrayData, $dataVariable = [])
{
try {
$cnn = Propel::getConnection(AppAssignSelfServiceValuePeer::DATABASE_NAME);