ImportRowModifier: add missing property

This commit is contained in:
Thomas Gelf 2017-07-14 14:56:22 +02:00
parent 95769c3ee2
commit ea02d0b23c
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class ImportRowModifier extends DbObjectWithSettings
'provider_class' => null,
'target_property' => null,
'priority' => null,
'description' => null,
);
protected $settingsTable = 'import_row_modifier_setting';