This commit is contained in:
Yuri Kuznetsov
2021-08-12 13:33:19 +03:00
parent 55bf893228
commit 239c533137
+2 -1
View File
@@ -267,7 +267,8 @@ class Record extends RecordService implements
return $export
->setParams(ExportParams::fromRaw($params))
->setCollection($collection)
->run();
->run()
->getAttachmentId();
}
/**