We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1db879 commit b0e9f49Copy full SHA for b0e9f49
src/Database/Document.php
@@ -50,6 +50,8 @@ public function __construct(array $input = [])
50
}
51
52
53
+ unset($value);
54
+
55
parent::__construct($input);
56
57
0 commit comments