Skip to content

Commit f0dde3e

Browse files
author
raplider
committed
Substitute deprecated Hash() annotation with Field(type="hash")
1 parent bf710f8 commit f0dde3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Gedmo/Loggable/Document/MappedSuperclass/AbstractLogEntry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ abstract class AbstractLogEntry
5656
/**
5757
* @var string $data
5858
*
59-
* @MongoODM\Hash(nullable=true)
59+
* @MongoODM\Field(type="hash", nullable=true)
6060
*/
6161
protected $data;
6262

0 commit comments

Comments
 (0)