Skip to content

Commit 3f879cc

Browse files
committed
fix
1 parent 206f3db commit 3f879cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/IssuedDocuments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function sendToSDI(int $id, array $params = ['data' => []]): array
4444
return [];
4545
}
4646

47-
protected function parseObjArray(array $params): array
47+
protected function parseDataArray(array $params): array
4848
{
4949
$params['data']['type'] = $this->type;
5050

0 commit comments

Comments
 (0)