Skip to content

Commit

Permalink
Merge pull request #18 from findologic/FINDO-9709_add_constant_for_ne…
Browse files Browse the repository at this point in the history
…w_schema

FINDO-9709 Add path constant to new schema version
  • Loading branch information
TobiasGraml11 authored Mar 20, 2023
2 parents 7398748 + e8786f2 commit 3774f29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/php/FINDOLOGIC/Export/Constant.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
class Constant
{
public static $XSD_SCHEMA_PATH = __DIR__ . '/../../../resources/findologic.xsd';
}

public static $XSD_SCHEMA_PATH_20 = __DIR__ . '/../../../resources/findologic_20.xsd';
}

0 comments on commit 3774f29

Please sign in to comment.