Skip to content

Commit 3774f29

Browse files
Merge pull request #18 from findologic/FINDO-9709_add_constant_for_new_schema
FINDO-9709 Add path constant to new schema version
2 parents 7398748 + e8786f2 commit 3774f29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/php/FINDOLOGIC/Export/Constant.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
55
class Constant
66
{
77
public static $XSD_SCHEMA_PATH = __DIR__ . '/../../../resources/findologic.xsd';
8-
}
8+
9+
public static $XSD_SCHEMA_PATH_20 = __DIR__ . '/../../../resources/findologic_20.xsd';
10+
}

0 commit comments

Comments
 (0)