Skip to content

Commit 3e81fcb

Browse files
committed
Added accidentially deleted constants
1 parent cb1bc37 commit 3e81fcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Mapping/DocumentParser.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
*/
2929
class DocumentParser
3030
{
31+
const OBJ_CACHED_FIELDS = 'ongr.obj_fields';
32+
const EMBEDDED_CACHED_FIELDS = 'ongr.embedded_fields';
33+
const ARRAY_CACHED_FIELDS = 'ongr.array_fields';
3134

3235
private $reader;
3336
private $properties = [];

0 commit comments

Comments
 (0)