Mark method Subscriber::filterWithCustomFieldsForExport as deprecated

[MAILPOET-3376]
This commit is contained in:
Jan Lysý
2021-03-02 17:26:46 +01:00
committed by Veljko V
parent a3224e9286
commit 8cbf06e775

View File

@ -259,6 +259,9 @@ class Subscriber extends Model {
return $orm;
}
/**
* @deprecated
*/
public static function filterWithCustomFieldsForExport($orm) {
$orm = $orm->select(MP_SUBSCRIBERS_TABLE . '.*');
$customFields = CustomField::findArray();