We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206f3db commit 3f879ccCopy full SHA for 3f879cc
src/Resources/IssuedDocuments.php
@@ -44,7 +44,7 @@ public function sendToSDI(int $id, array $params = ['data' => []]): array
44
return [];
45
}
46
47
- protected function parseObjArray(array $params): array
+ protected function parseDataArray(array $params): array
48
{
49
$params['data']['type'] = $this->type;
50
0 commit comments