Skip to content

Commit 50e4158

Browse files
authored
Merge pull request #1856 from raplider/substitute_deprecated_annotation
Substitute deprecated Hash() annotation with Field(type="hash")
2 parents bf710f8 + f0dde3e commit 50e4158

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)