Skip to content

Commit dac9527

Browse files
committed
fix class name used in the statements serializer
1 parent 1142b2f commit dac9527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Serializer/StatementSerializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function deserializeStatements($data)
6666
{
6767
return $this->serializer->deserialize(
6868
$data,
69-
'array<Xabbuh\XApi\Storage\MongoDB\Document\Statement>',
69+
'array<Xabbuh\XApi\Common\Model\Statement>',
7070
'json'
7171
);
7272
}

0 commit comments

Comments
 (0)