Skip to content

Commit

Permalink
Add path constant to new schema
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasGraml11 authored Mar 20, 2023
1 parent 7398748 commit e8786f2
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 e8786f2

Please sign in to comment.