ImportSourceHook: no more getId
This commit is contained in:
parent
ad46ff9fb0
commit
1a0cabf216
|
@ -36,7 +36,7 @@ abstract class ImportSourceHook
|
|||
$db->select()->from(
|
||||
'import_source_setting',
|
||||
['setting_name', 'setting_value']
|
||||
)->where('source_id = ?', $source->getId())
|
||||
)->where('source_id = ?', $source->get('id'))
|
||||
);
|
||||
|
||||
$className = $source->get('provider_class');
|
||||
|
|
Loading…
Reference in New Issue