From e8786f22173bb4192e38cbea02c78a055fb42ab6 Mon Sep 17 00:00:00 2001 From: Tobias Graml Date: Mon, 20 Mar 2023 14:17:19 +0100 Subject: [PATCH] Add path constant to new schema --- src/main/php/FINDOLOGIC/Export/Constant.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/php/FINDOLOGIC/Export/Constant.php b/src/main/php/FINDOLOGIC/Export/Constant.php index 1549286..f5b2e81 100644 --- a/src/main/php/FINDOLOGIC/Export/Constant.php +++ b/src/main/php/FINDOLOGIC/Export/Constant.php @@ -5,4 +5,6 @@ class Constant { public static $XSD_SCHEMA_PATH = __DIR__ . '/../../../resources/findologic.xsd'; -} \ No newline at end of file + + public static $XSD_SCHEMA_PATH_20 = __DIR__ . '/../../../resources/findologic_20.xsd'; +}